From 14cc90ff57d5a170bccd0fb5d14f0a97c41c4e11 Mon Sep 17 00:00:00 2001 From: Erin Sims Date: Sat, 1 Oct 2022 06:33:20 -0400 Subject: [PATCH] working on changes, and debugging --- playbooks/sshfs.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/playbooks/sshfs.yaml b/playbooks/sshfs.yaml index d904b8f..56cdb16 100644 --- a/playbooks/sshfs.yaml +++ b/playbooks/sshfs.yaml @@ -50,6 +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: yes - become_user: sshfs loop: "{{ share }}"