mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 08:23:06 -06:00
DCD-352: Make the service-file installation generic across products.
This commit is contained in:
9
roles/product_startup/handlers/main.yml
Normal file
9
roles/product_startup/handlers/main.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
|
||||
- name: Restart Product
|
||||
service:
|
||||
name: "{{ atl_systemd_service_name }}"
|
||||
stat: restarted
|
||||
|
||||
- name: Enable Jira
|
||||
command: systemctl enable "{{ atl_systemd_service_name }}"
|
||||
Reference in New Issue
Block a user