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: "Install systemd service file"
template:
src: "product.service.j2"
dest: "/etc/systemd/system/{{ atl_systemd_service_name }}"
notify:
- Enable Product
- Restart Product