mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-10 04:37:36 +01:00
Fix for when if case evaluates to false
This commit is contained in:
parent
6e3dae5ec0
commit
320d512541
@ -28,7 +28,7 @@
|
||||
apt:
|
||||
name:
|
||||
- bash-completion
|
||||
- "python{{'3' if ansible_python.version.major == 3}}-docker"
|
||||
- "python{{'3' if ansible_python.version.major == 3 else ''}}-docker"
|
||||
- ntp
|
||||
- fuse
|
||||
state: latest
|
||||
|
Loading…
Reference in New Issue
Block a user