Change Ansible dependency package for Python 3
This commit is contained in:
parent
48a7b20c05
commit
8e546cc720
@ -1,5 +1,5 @@
|
||||
- name: 'Install Ansible dependency: python-apt'
|
||||
shell: 'apt-get update && apt-get install python-apt -y'
|
||||
- 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
|
||||
warn: false
|
||||
|
Loading…
Reference in New Issue
Block a user