Change Ansible dependency package for Python 3
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user