From 3937dd1c952a31c40dc52075a1a31f90cec63eda Mon Sep 17 00:00:00 2001 From: Erin Sims Date: Sat, 1 Oct 2022 05:52:14 -0400 Subject: [PATCH] working on changes, and debugging --- playbooks/sshfs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/sshfs.yaml b/playbooks/sshfs.yaml index cc3bb53..dcdc090 100644 --- a/playbooks/sshfs.yaml +++ b/playbooks/sshfs.yaml @@ -54,8 +54,8 @@ loop: "{{ share }}" notify: - SSHFS - - name: "mount {{ item}}" - ansible.builtin.command: /usr/bin/sshfs "{{ [username,'@',hostname,':',remotepath,item,'/',' ',localpath,item,'/' ]|join() }} -o IdentityFile=/home/sshfs/.ssh/sshfs-key,allow_other,reconnect" + - name: "mount {{ item}}" + ansible.builtin.command: /usr/bin/sshfs "{{ [username,'@',hostname,':',remotepath,item,'/',' ',localpath,item,'/' ]|join() }} -o IdentityFile=/home/sshfs/.ssh/sshfs-key,allow_other,reconnect" loop: "{{ share }}" handlers: - name: SSHFS