From 80694870f066153021d476781aa3a52d601ecb60 Mon Sep 17 00:00:00 2001 From: Erin Sims Date: Sat, 1 Oct 2022 05:45:12 -0400 Subject: [PATCH] working on changes, and debugging --- playbooks/sshfs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/sshfs.yaml b/playbooks/sshfs.yaml index 2b7d3b3..10e5d2d 100644 --- a/playbooks/sshfs.yaml +++ b/playbooks/sshfs.yaml @@ -63,3 +63,4 @@ handlers: - name: SSHFS ansible.builtin.command: "mount {{ [ localpath,item,'/' ]|join() }}" + loop: "{{ share }}"