From 0cc01dad8bca2995aeab0b4582a83c8c294777d9 Mon Sep 17 00:00:00 2001 From: Erin Sims Date: Thu, 29 Sep 2022 06:51:59 -0400 Subject: [PATCH] working on changes, and debugging --- playbooks/sshfs.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/playbooks/sshfs.yaml b/playbooks/sshfs.yaml index b6c856d..fbe420c 100644 --- a/playbooks/sshfs.yaml +++ b/playbooks/sshfs.yaml @@ -9,7 +9,11 @@ hostname: "home.thrace-lan.info" username: "sshfs" sshfsport: 2200 - tasks: + tasks: + - name: sshfs + ansible.builtin.group: + name: sshfs + state: present - name: sshfs ansible.builtin.user: name: sshfs