|
|
@@ -49,5 +49,5 @@ |
|
|
|
mode: '0777' |
|
|
|
loop: "{{ share }}" |
|
|
|
- name: "mount {{ item}}" |
|
|
|
ansible.builtin.shell: "/usr/bin/sshfs -o reconnect,allow_root,allow_other,_netdev,default,uid=108 {{ [username,'@',hostname,':',remotepath,item,'/',' ',localpath,item,'/' ]|join() }}" |
|
|
|
ansible.builtin.shell: "/usr/bin/sshfs -o reconnect,allow_root,allow_other,_netdev,defaults,uid=108 {{ [username,'@',hostname,':',remotepath,item,'/',' ',localpath,item,'/' ]|join() }}" |
|
|
|
loop: "{{ share }}" |