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