From 3d1a1a690c22b7f696b1f9fb9e9698b9085b1afc Mon Sep 17 00:00:00 2001 From: Erin Sims Date: Sat, 1 Oct 2022 06:32:43 -0400 Subject: [PATCH] working on changes, and debugging --- playbooks/sshfs.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/playbooks/sshfs.yaml b/playbooks/sshfs.yaml index 0c27df5..d904b8f 100644 --- a/playbooks/sshfs.yaml +++ b/playbooks/sshfs.yaml @@ -29,16 +29,16 @@ - name: copy private key copy: src: "./sshfs-key" - dest: "/home/sshfs/.ssh/" - owner: sshfs - group: sshfs + dest: "/root/.ssh/" + owner: root + group: root mode: '0700' - name: copy ssh config copy: src: "./ssh-config" - dest: "/home/sshfs/.ssh/config" - owner: sshfs - group: sshfs + dest: "/root/.ssh/config" + owner: root + group: root mode: '0700' - name: "sshfs mount {{ item }}" file: