From 3efd63a1dde5a01e4a0ccd61162f591c2f8aef6b Mon Sep 17 00:00:00 2001 From: Erin Sims Date: Sat, 1 Oct 2022 05:40:10 -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 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() }}" - -