Merge "Make openshift-master service idempotent"

This commit is contained in:
Zuul 2018-11-16 19:47:25 +00:00 committed by Gerrit Code Review
commit 4bf29f444f

@ -362,7 +362,7 @@ outputs:
{% endif %}
{% endif %}
{% if tripleo_stack_action == 'UPDATE' and openshift_upgrade %}
{% if tripleo_stack_action == 'UPDATE' and openshift_upgrade is defined and openshift_upgrade %}
- include: "{{openshift_upgrade_playbook_path}}"
{% endif %}