From 1bf1191484e413c9433724f6b2b2442ccab77846 Mon Sep 17 00:00:00 2001
From: David Kilias <david.kilias@gmail.com>
Date: Mon, 9 Oct 2023 22:28:29 +0200
Subject: [PATCH] fix permissions on nfs mount point

---
 roles/nfs-host/tasks/main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/roles/nfs-host/tasks/main.yml b/roles/nfs-host/tasks/main.yml
index ebb9145..d78ebe7 100644
--- a/roles/nfs-host/tasks/main.yml
+++ b/roles/nfs-host/tasks/main.yml
@@ -19,7 +19,7 @@
     state: directory
     owner: nobody
     group: nogroup
-    mode: '0000'
+    mode: '0777'
   with_items: "{{ nfs_host_exports }}"
 
 - name: template /etc/exports