Fix for when if case evaluates to false

This commit is contained in:
dhose 2020-01-24 19:46:58 +01:00
parent 6e3dae5ec0
commit 320d512541

View File

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