Correction systemd

This commit is contained in:
Justine Pelletreau 2022-02-18 18:03:02 +01:00
parent 2386c0e5b4
commit 1a089809c3

View File

@ -17,12 +17,10 @@
- name: Enable and start the endlessh-go service - name: Enable and start the endlessh-go service
block: block:
- systemd:
name: endlessh-go
state: enabled
- systemd: - systemd:
name: endlessh-go name: endlessh-go
state: restarted state: restarted
enabled: yes
tags: tags:
- endlessh - endlessh