adding mesh.properties and handlers

This commit is contained in:
Geoff Jacobs
2022-09-01 09:43:26 +10:00
parent c481e9dd05
commit cfa4debc7e
3 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
---
- name: Restart Product
service:
name: "{{ atl_systemd_service_name }}"
state: restarted
when:
- atl_startup_restart
- molecule_yml is not defined
no_log: true
- name: Enable Product
service:
name: "{{ atl_systemd_service_name }}"
enabled: true
when:
- atl_startup_enable
- molecule_yml is not defined
no_log: true