This website works better with JavaScript.
Home
Explore
Help
Sign In
overmind
/
matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Install python3-docker if ansible is running python 3
pull/358/head
Dan Arnfield
6 years ago
parent
2c04384e8e
commit
bc620895ca
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
roles/matrix-base/tasks/server_base/setup_debian.yml
+ 1
- 1
roles/matrix-base/tasks/server_base/setup_debian.yml
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
Write
Preview
Loading…
Cancel
Save