mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
10 lines
185 B
YAML
10 lines
185 B
YAML
---
|
|
|
|
- name: Restart Product
|
|
service:
|
|
name: "{{ atl_systemd_service_name }}"
|
|
stat: restarted
|
|
|
|
- name: Enable Jira
|
|
command: systemctl enable "{{ atl_systemd_service_name }}"
|