]> arthur.barton.de Git - AnsibleRoles.git/blob - roles/nfs-client/handlers/main.yml
bb3d6ed474f93b71fd4e085709fad6da000c03f2
[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