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