]> arthur.barton.de Git - AnsibleRoles.git/blob - roles/nfs-client/handlers/main.yml
2e1845d8c7f59ebbd0ff7bef704965d34078801b
[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
8   when: "ansible_distribution_major_version < '8'"