[fstab] Update fstab
This commit is contained in:
parent
3e73a07713
commit
87714bd889
1 changed files with 2 additions and 2 deletions
|
@ -19,6 +19,6 @@
|
||||||
state: mounted
|
state: mounted
|
||||||
src: "{{ item.value.src }}"
|
src: "{{ item.value.src }}"
|
||||||
path: "{{ item.value.path }}"
|
path: "{{ item.value.path }}"
|
||||||
fstype: cifs
|
fstype: smb3
|
||||||
opts: "uid={{ item.value.uid }},gid={{ item.value.gid }},file_mode=0{{ item.value.file_mode }},dir_mode=0{{ item.value.dir_mode }},credentials=/etc/{{ fstab_cifs_credentials_filename }},iocharset=utf8,rw,mfsymlinks,vers=3.0,seal"
|
opts: "uid={{ item.value.uid }},gid={{ item.value.gid }},file_mode=0{{ item.value.file_mode }},dir_mode=0{{ item.value.dir_mode }},credentials=/etc/{{ fstab_cifs_credentials_filename }},iocharset=utf8,rw,mfsymlinks,vers=3,seal"
|
||||||
loop: "{{ cifs_mounts | dict2items }}"
|
loop: "{{ cifs_mounts | dict2items }}"
|
||||||
|
|
Loading…
Reference in a new issue