diff --git a/tripleo_ansible/playbooks/cli-create-deployment-plan.yaml b/tripleo_ansible/playbooks/cli-create-deployment-plan.yaml index 888d3b202..7e2f33daf 100644 --- a/tripleo_ansible/playbooks/cli-create-deployment-plan.yaml +++ b/tripleo_ansible/playbooks/cli-create-deployment-plan.yaml @@ -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.