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