From 3d079b01c77dadeda51ec7fa9be4ed9c3b9a2f5f Mon Sep 17 00:00:00 2001 From: Erin Sims Date: Thu, 29 Sep 2022 06:52:44 -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 fbe420c..f483567 100644 --- a/playbooks/sshfs.yaml +++ b/playbooks/sshfs.yaml @@ -10,7 +10,7 @@ username: "sshfs" sshfsport: 2200 tasks: - - name: sshfs + - name: sshfs ansible.builtin.group: name: sshfs state: present