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: