diff --git a/playbooks/sshfs.yaml b/playbooks/sshfs.yaml index 6510b62..d5cb520 100644 --- a/playbooks/sshfs.yaml +++ b/playbooks/sshfs.yaml @@ -34,7 +34,7 @@ group: sshfs mode: '0700' notify: - - name: SSHFS + - SSHFS - name: copy ssh config copy: src: "./ssh-config" @@ -43,7 +43,7 @@ group: sshfs mode: '0700' notify: - - name: SSHFS + - SSHFS - name: "sshfs mount {{ item }}" file: path: "{{ localpath}}{{ item }}/" @@ -53,7 +53,7 @@ mode: '0777' loop: "{{ share }}" notify: - - name: SSHFS + - SSHFS - name: setup service sshfs template: src: sshfs.service.j2 @@ -63,7 +63,7 @@ group: root loop: "{{ share }}" notify: - - name: SSHFS + - SSHFS - name: "sshfs {{ item }} service start" systemd: name: "sshfs-{{ item }}" @@ -75,6 +75,6 @@ handlers: - name: SSHFS ansible.builtin.service: - name: sshfs {{ item }} service start" + name: sshfs {{ item }} service restart" state: restarted loop: "{{ share }}"