ITOPSENG-101 ensure the obr var exists and is true before including the associated tasks

This commit is contained in:
Brett Meehan
2019-10-21 13:06:46 +11:00
parent d6a9a2c841
commit eec68f6357

View File

@@ -149,4 +149,6 @@
- name: Include if jsd is requested to be installed from OBR
include_tasks: "jira-servicedesk_as_obr.yml"
when: atl_install_jsd_as_obr.exists and atl_install_jsd_as_obr
when:
- atl_install_jsd_as_obr is defined
- atl_install_jsd_as_obr