mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 08:23:06 -06:00
ITPLAT-428 Need to specify | bool to ensure the value is read as a boolean. This was warned about in previous versions: "[DEPRECATION WARNING]: evaluating false as a bare variable, this behaviour will go away and you might need to add |bool to the expression in the future. This feature will be removed in version 2.12." Perhaps it was removed earlier. Handled both deprecation warnings found in previous runs.
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