mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 08:23:06 -06:00
DCD-386: Rework product_startup to support more systemd params and add tests for some corner cases.
This commit is contained in:
@@ -4,6 +4,9 @@
|
||||
service:
|
||||
name: "{{ atl_systemd_service_name }}"
|
||||
state: restarted
|
||||
when: atl_startup_restart
|
||||
|
||||
- name: Enable Product
|
||||
command: systemctl enable "{{ atl_systemd_service_name }}"
|
||||
when: atl_startup_enable
|
||||
|
||||
|
||||
Reference in New Issue
Block a user