0.1.0-DEV-20200429-233815
------------------------- * INITIAL: - initial commit for zen_ntp ansible role
This commit is contained in:
7
handlers/main.yml
Normal file
7
handlers/main.yml
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
# handlers file for zen_ntp
|
||||
- name: restart ntpd
|
||||
service:
|
||||
name : ntpd
|
||||
state: restarted
|
||||
when: ansible_virtualization_type != "docker"
|
Reference in New Issue
Block a user