Manage interfaces and update dependency check

Setup bridge networking, install useful packages and fix Ansible
dependency check.
This commit is contained in:
2020-03-05 02:06:21 -05:00
parent 8e546cc720
commit e425808b02
4 changed files with 35 additions and 1 deletions

View File

@@ -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'