You've already forked matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-08-10 21:52:20 +02:00
Merge pull request #358 from thedanbob/python3-docker-fix
Install python3-docker if ansible is running python 3
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user