diff --git a/playbooks/sshfs.yaml b/playbooks/sshfs.yaml index c69fce1..13a666b 100644 --- a/playbooks/sshfs.yaml +++ b/playbooks/sshfs.yaml @@ -1,10 +1,10 @@ --- - hosts: mpdb tasks: - - name: add sshfs user - user: sshfs - name: sshfs - + - name: sshfs + ansible.builtin.user: + name: ssfs + - name: SSHFS import_role: name: ansible_sshfs