Add role for chrony
This commit is contained in:
6
roles/chrony/handlers/main.yaml
Normal file
6
roles/chrony/handlers/main.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: reload chrony
|
||||
service:
|
||||
name: "{{ chrony_service_name }}"
|
||||
state: reloaded
|
||||
when: chrony_service_enabled
|
Reference in New Issue
Block a user