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'
|
- name: 'Install Ansible dependency: python3-apt'
|
||||||
shell: 'apt-get update && apt-get install python-apt -y'
|
shell: 'apt-get update && apt-get install python3-apt -y'
|
||||||
args:
|
args:
|
||||||
creates: /usr/lib/python2.7/dist-packages/apt
|
creates: /usr/lib/python2.7/dist-packages/apt
|
||||||
warn: false
|
warn: false
|
||||||
|
Loading…
Reference in New Issue
Block a user