mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
10 lines
189 B
YAML
10 lines
189 B
YAML
---
|
|
|
|
- name: Restart Product
|
|
service:
|
|
name: "{{ atl_systemd_service_name }}"
|
|
state: restarted
|
|
|
|
- name: Enable Product
|
|
command: systemctl enable "{{ atl_systemd_service_name }}"
|