From 2a92b1d63173847b204688c001dfe7d157203b10 Mon Sep 17 00:00:00 2001 From: Erin Sims Date: Sun, 25 Sep 2022 18:15:49 -0400 Subject: [PATCH] working on changes, and debugging --- playbooks/sshfs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/sshfs.yaml b/playbooks/sshfs.yaml index db82fb7..3005de2 100644 --- a/playbooks/sshfs.yaml +++ b/playbooks/sshfs.yaml @@ -1,6 +1,8 @@ --- - hosts: mpdb tasks: + - name: add sshfs user + user: sshfs - name: SSHFS import_role: name: ansible_sshfs