From 7dd057532f00ba2c5052c352680dda44f59db4d9 Mon Sep 17 00:00:00 2001 From: Erin Sims Date: Sun, 25 Sep 2022 18:19:34 -0400 Subject: [PATCH] working on changes, and debugging --- playbooks/sshfs.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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