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:
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