Merge "Use bool filter when checking use_default_templates var"
This commit is contained in:
commit
325d080583
@ -87,7 +87,7 @@
|
||||
templates_dir: "{{ default_templates_dir }}"
|
||||
when: use_default_templates|bool
|
||||
|
||||
when: use_default_templates or source_url is not none
|
||||
when: use_default_templates|bool or source_url is not none
|
||||
|
||||
# If plan_environment is an absolute path, then
|
||||
# don't prepend the templates dir. Else prepend it.
|
||||
|
Loading…
Reference in New Issue
Block a user