Manage interfaces and update dependency check
Setup bridge networking, install useful packages and fix Ansible dependency check.
This commit is contained in:
		| @@ -1,7 +1,7 @@ | ||||
| - name: 'Install Ansible dependency: python3-apt' | ||||
|   shell: 'apt-get update && apt-get install python3-apt -y' | ||||
|   args: | ||||
|     creates: /usr/lib/python2.7/dist-packages/apt | ||||
|     creates: /usr/lib/python3/dist-packages/apt | ||||
|     warn: false | ||||
|  | ||||
| - name: 'Install Ansible dependency: aptitude' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user