More mount tweaks in make_lvm_mount
This commit is contained in:
parent
8929965866
commit
08ac08561d
@ -31,7 +31,7 @@
|
||||
path: "{{ item.name }}"
|
||||
src: "/dev/mapper/{{ vg_name }}-{{ item.lv }}"
|
||||
fstype: xfs
|
||||
opts: "defaults,uid={{ item.owner }},gid={{ item.group }},dir_mode={{ item.mode }}"
|
||||
opts: "defaults,user"
|
||||
state: mounted
|
||||
loop: "{{ directories }}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user