diff --git a/playbooks/sshfs.yaml b/playbooks/sshfs.yaml index 7ffcc9f..990eaf7 100644 --- a/playbooks/sshfs.yaml +++ b/playbooks/sshfs.yaml @@ -12,7 +12,9 @@ tasks: - name: sshfs ansible.builtin.user: - name: ssfs + name: sshfs + state: present + group: sshfs - name: copy private key copy: src: "./sshfs-key"