aboutsummaryrefslogtreecommitdiff
path: root/ansible
diff options
context:
space:
mode:
authorKumar Damani <me@kumardamani.net>2025-06-30 19:12:55 +0000
committerKumar Damani <me@kumardamani.net>2025-06-30 19:12:55 +0000
commitae957ef0ea41eb7daa56df598ae6d63747b33047 (patch)
tree7d672e71fef8400127e5d1aab57ac1a95c1fb532 /ansible
parentd54a1eb92f021a9a6e7f71c1c46202df89b96e2a (diff)
med dl data mount perms
Diffstat (limited to 'ansible')
-rw-r--r--ansible/roles/med_dl/tasks/setup.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/roles/med_dl/tasks/setup.yaml b/ansible/roles/med_dl/tasks/setup.yaml
index 46affac..b1a1873 100644
--- a/ansible/roles/med_dl/tasks/setup.yaml
+++ b/ansible/roles/med_dl/tasks/setup.yaml
@@ -17,7 +17,7 @@
ansible.builtin.file:
path: '/mnt/data'
state: 'directory'
- mode: '755'
+ mode: '777'
- name: 'setup | Setup the NFS mount'
ansible.posix.mount: