Merged in ITPLAT-428/ansbile-version-bump-causing-failure (pull request #125)

ITPLAT-428 Break after ansible version change - need to specify `| bool` on some conditionals that are evaluated as strings

Approved-by: Steve Smith
Approved-by: Adam Brokes
This commit is contained in:
Denise Unterwurzacher
2021-01-21 22:29:29 +00:00
committed by Steve Smith
2 changed files with 2 additions and 2 deletions

View File

@@ -269,4 +269,4 @@
include_tasks: "jira-servicedesk_as_obr.yml"
when:
- atl_install_jsd_as_obr is defined
- atl_install_jsd_as_obr
- atl_install_jsd_as_obr | bool

View File

@@ -4,7 +4,7 @@
service:
name: "{{ atl_systemd_service_name }}"
state: restarted
when: atl_startup_restart
when: atl_startup_restart | bool
no_log: true
- name: Enable Product