]> arthur.barton.de Git - AnsibleRoles.git/blob - roles/autofs/handlers/main.yml
Initial import
[AnsibleRoles.git] / roles / autofs / handlers / main.yml
1 ---
2 # autofs handlers
3
4 - name: restart "autofs"
5   service: >
6     name=autofs
7     state=restarted