Merge pull request #359 from dhose/patch/fix-if-case
Fix for when if case evaluates to false
This commit is contained in:
commit
848068e62a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user