aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/nfs/handlers
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--roles/nfs/handlers/main.yml4
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