From cdbc93e7aa750a349ba2a8a09d720109067737e6 Mon Sep 17 00:00:00 2001 From: Erin Sims Date: Sat, 1 Oct 2022 04:59:27 -0400 Subject: [PATCH] working on changes, and debugging --- playbooks/sshfs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/sshfs.yaml b/playbooks/sshfs.yaml index 5612cd8..d7aedf1 100644 --- a/playbooks/sshfs.yaml +++ b/playbooks/sshfs.yaml @@ -54,10 +54,10 @@ loop: "{{ share }}" notify: - SSHFS - - name: setup service sshfs + - name: setup mount sshfs template: src: ./sshfs.mount.j2 - dest: "/usr/lib/systemd/system/sshfs-{{ item }}.service" + dest: "/usr/lib/systemd/system/sshfs-{{ item }}.mount" mode: 0644 owner: root group: root