]> arthur.barton.de Git - AnsibleRoles.git/blob - roles/autofs/handlers/main.yml
Rename roles/ntpd/templates/ntp.conf template to "ntp.conf.j2"
[AnsibleRoles.git] / roles / autofs / handlers / main.yml
1 ---
2 # autofs handlers
3
4 - name: restart "autofs"
5   service: >
6     name=autofs
7     state=restarted