Merge pull request #359 from dhose/patch/fix-if-case

Fix for when if case evaluates to false
This commit is contained in:
Slavi Pantaleev
2020-01-24 23:57:59 +02:00
committed by GitHub

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