diff --git a/playbooks/sshfs.yaml b/playbooks/sshfs.yaml index 2f1e2be..fb0e461 100644 --- a/playbooks/sshfs.yaml +++ b/playbooks/sshfs.yaml @@ -62,5 +62,3 @@ handlers: - name: SSHFS ansible.builtin.command: "mount {{ [ localpath,item,'/' ]|join() }}" - -