From 4cc1a4ddb07627c4793236eb34ee368a8cfb7f4d Mon Sep 17 00:00:00 2001 From: Erin Sims Date: Thu, 29 Sep 2022 06:49:55 -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 990eaf7..b6c856d 100644 --- a/playbooks/sshfs.yaml +++ b/playbooks/sshfs.yaml @@ -14,7 +14,7 @@ ansible.builtin.user: name: sshfs state: present - group: sshfs + group: sshfs - name: copy private key copy: src: "./sshfs-key"