From 187c3b5fe73cc3907efb5595ec391a7d5cc6e6c8 Mon Sep 17 00:00:00 2001 From: Erin Sims Date: Mon, 26 Sep 2022 07:02:26 -0400 Subject: [PATCH] working on changes, and debugging --- playbooks/sshfs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/sshfs.yaml b/playbooks/sshfs.yaml index 672dd41..40d8407 100644 --- a/playbooks/sshfs.yaml +++ b/playbooks/sshfs.yaml @@ -31,7 +31,7 @@ loop: "{{ share }}" - name: "Sshfs {{ item }} service start" systemd: - name: "Share {{ item }}" + name: "sshfs{{ item }}" state: started enabled: yes masked: no