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

Install python3-docker if ansible is running python 3
This commit is contained in:
Slavi Pantaleev 2020-01-24 18:45:25 +02:00 committed by GitHub
commit 6e3dae5ec0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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