|
|
|
ansible.builtin.shell: "/usr/bin/sshfs -o reconnect,allow_root,allow_other,_netdev,uid=108,default_permissions {{ [username,'@',hostname,':',remotepath,item,'/',' ',localpath,item,'/' ]|join() }}" |
|
|
|
ansible.builtin.shell: "/usr/bin/sshfs -o reconnect,allow_root,allow_other,_netdev {{ [username,'@',hostname,':',remotepath,item,'/',' ',localpath,item,'/' ]|join() }}" |