mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 08:23:06 -06:00
We don't need a bool filter as it's been moved up to import time.
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
service:
|
service:
|
||||||
name: "{{ atl_systemd_service_name }}"
|
name: "{{ atl_systemd_service_name }}"
|
||||||
state: restarted
|
state: restarted
|
||||||
when: atl_startup_restart | bool
|
when: atl_startup_restart
|
||||||
no_log: true
|
no_log: true
|
||||||
|
|
||||||
- name: Enable Product
|
- name: Enable Product
|
||||||
|
|||||||
Reference in New Issue
Block a user