From 95a1755eb797123a7f42e8100b2173ccde8717f4 Mon Sep 17 00:00:00 2001 From: Erin Sims Date: Sat, 1 Oct 2022 07:33:44 -0400 Subject: [PATCH] working on changes, and debugging --- playbooks/sshfs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/sshfs.yaml b/playbooks/sshfs.yaml index 78c79c3..443b8c6 100644 --- a/playbooks/sshfs.yaml +++ b/playbooks/sshfs.yaml @@ -49,5 +49,5 @@ mode: '0777' loop: "{{ share }}" - name: "mount {{ item}}" - 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() }}" loop: "{{ share }}"