From 4feee3beab0708addc12ccbd63f47df75a2262ea Mon Sep 17 00:00:00 2001 From: Erin Sims Date: Sat, 1 Oct 2022 04:05:11 -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 85d38f4..7476e08 100644 --- a/playbooks/sshfs.yaml +++ b/playbooks/sshfs.yaml @@ -33,8 +33,8 @@ owner: sshfs group: sshfs mode: '0700' - notify: - - name: SSHFS + notify: + - name: SSHFS - name: copy ssh config copy: src: "./ssh-config" @@ -42,7 +42,7 @@ owner: sshfs group: sshfs mode: '0700' - notify: + notify: - name: SSHFS - name: "sshfs mount {{ item }}" file: @@ -52,7 +52,7 @@ group: root mode: '0777' loop: "{{ share }}" - notify: + notify: - name: SSHFS - name: setup service sshfs template: @@ -62,8 +62,8 @@ owner: root group: root loop: "{{ share }}" - notify: - - name: SSHFS + notify: + - name: SSHFS - name: "sshfs {{ item }} service start" systemd: name: "sshfs-{{ item }}"