DCD-352: Make the service-file installation generic across products.

This commit is contained in:
Steve Smith
2019-05-27 14:28:26 +10:00
parent 92b71f63f8
commit 069c99ce8c
8 changed files with 30 additions and 20 deletions

View 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 }}"