mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
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:
@@ -269,4 +269,4 @@
|
|||||||
include_tasks: "jira-servicedesk_as_obr.yml"
|
include_tasks: "jira-servicedesk_as_obr.yml"
|
||||||
when:
|
when:
|
||||||
- atl_install_jsd_as_obr is defined
|
- atl_install_jsd_as_obr is defined
|
||||||
- atl_install_jsd_as_obr
|
- atl_install_jsd_as_obr | bool
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
service:
|
service:
|
||||||
name: "{{ atl_systemd_service_name }}"
|
name: "{{ atl_systemd_service_name }}"
|
||||||
state: restarted
|
state: restarted
|
||||||
when: atl_startup_restart
|
when: atl_startup_restart | bool
|
||||||
no_log: true
|
no_log: true
|
||||||
|
|
||||||
- name: Enable Product
|
- name: Enable Product
|
||||||
|
|||||||
Reference in New Issue
Block a user