Modified crowd

This commit is contained in:
Azra Sulthana
2019-07-17 14:38:36 +05:30
parent 2c25fb2020
commit 25090db8cf
4 changed files with 9 additions and 6 deletions

View File

@@ -1,13 +1,14 @@
---
- name: Restart Product
service:
become: true
systemd:
name: "{{ atl_systemd_service_name }}"
state: restarted
when: atl_startup_restart
- name: Enable Product
service:
systemd:
name: "{{ atl_systemd_service_name }}"
enabled: true
when: atl_startup_enable