Don't use jinja with conditionals
This commit is contained in:
parent
a0ee2f060e
commit
dc1a032021
@ -55,7 +55,7 @@
|
||||
- name: DEBUG -> vars dump for debugging purposes
|
||||
debug:
|
||||
msg: "{{ vars }}"
|
||||
when: "{{ vars_debug_mode | default(false) }}"
|
||||
when: vars_debug_mode | default(false)
|
||||
|
||||
# Note(decentral1se): this has to be done like this through the hostvars
|
||||
# interface because of the way Ansible forces us to work here. There is a bug
|
||||
|
Reference in New Issue
Block a user