------------------------- * INITIAL: - initial commit for zen_ntp ansible role
8 lines
161 B
YAML
8 lines
161 B
YAML
---
|
|
# handlers file for zen_ntp
|
|
- name: restart ntpd
|
|
service:
|
|
name : ntpd
|
|
state: restarted
|
|
when: ansible_virtualization_type != "docker"
|