Change Ansible dependency package for Python 3

This commit is contained in:
Kris Lamoureux 2020-03-04 22:05:48 -05:00
parent 48a7b20c05
commit 8e546cc720
Signed by: kris
GPG Key ID: 3EDA9C3441EDA925

View File

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