diff options
Diffstat (limited to '')
-rw-r--r-- | roles/nfs/handlers/main.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/nfs/handlers/main.yml b/roles/nfs/handlers/main.yml new file mode 100644 index 0000000..e92820d --- /dev/null +++ b/roles/nfs/handlers/main.yml @@ -0,0 +1,4 @@ +- name: Reload NFS mounts + become: true + ansible.builtin.command: /usr/sbin/exportfs -arv + listen: nfs_configured |