Merge pull request #358 from thedanbob/python3-docker-fix

Install python3-docker if ansible is running python 3
development
Slavi Pantaleev 5 years ago committed by GitHub
commit 6e3dae5ec0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -28,7 +28,7 @@
apt: apt:
name: name:
- bash-completion - bash-completion
- python-docker - "python{{'3' if ansible_python.version.major == 3}}-docker"
- ntp - ntp
- fuse - fuse
state: latest state: latest

Loading…
Cancel
Save