diff --git a/playbooks/sshfs.yaml b/playbooks/sshfs.yaml index 672dd41..40d8407 100644 --- a/playbooks/sshfs.yaml +++ b/playbooks/sshfs.yaml @@ -31,7 +31,7 @@ loop: "{{ share }}" - name: "Sshfs {{ item }} service start" systemd: - name: "Share {{ item }}" + name: "sshfs{{ item }}" state: started enabled: yes masked: no