File tree Expand file tree Collapse file tree 3 files changed +27
-0
lines changed
playbooks/roles/nfs-client/tasks Expand file tree Collapse file tree 3 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 2828 fstype : nfs
2929 state : mounted
3030 when : options==""
31+
32+ - name : make sure the permissions of the share directory are right
33+ become : true
34+ file :
35+ path : " {{ local_path }}"
36+ state : directory
37+ owner : debian
38+ group : " {{privilege_group_name}}"
39+ mode : 0775
Original file line number Diff line number Diff line change 2929 fstype : nfs
3030 state : mounted
3131 when : options==""
32+
33+ - name : make sure the permissions of the share directory are right
34+ become : true
35+ file :
36+ path : " {{ local_path }}"
37+ state : directory
38+ owner : opc
39+ group : " {{privilege_group_name}}"
40+ mode : 0775
Original file line number Diff line number Diff line change 2828 fstype : nfs
2929 state : mounted
3030 when : options==""
31+
32+ - name : make sure the permissions of the share directory are right
33+ become : true
34+ file :
35+ path : " {{ local_path }}"
36+ state : directory
37+ owner : ubuntu
38+ group : " {{privilege_group_name}}"
39+ mode : 0775
You can’t perform that action at this time.
0 commit comments