From 5a0a944e17f307a7045ffb13d51c511134850377 Mon Sep 17 00:00:00 2001 From: Erin Sims Date: Sat, 1 Oct 2022 06:18:36 -0400 Subject: [PATCH] working on changes, and debugging --- playbooks/sshfs.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/playbooks/sshfs.yaml b/playbooks/sshfs.yaml index e21c268..561d13d 100644 --- a/playbooks/sshfs.yaml +++ b/playbooks/sshfs.yaml @@ -50,5 +50,4 @@ loop: "{{ share }}" - name: "mount {{ item}}" ansible.builtin.shell: "/usr/bin/sshfs -o allow_root,allow_other,default_permissions {{ [username,'@',hostname,':',remotepath,item,'/',' ',localpath,item,'/' ]|join() }}" - become_user: sshfs loop: "{{ share }}"