correct restart_service.yml

This commit is contained in:
donotos
2021-09-08 12:52:56 +02:00
parent 90740cd3d8
commit 19c9b68709

View File

@@ -5,5 +5,5 @@
tasks: tasks:
- name: Redemarrer le process "{{ host_service }}" - name: Redemarrer le process "{{ host_service }}"
systemd: systemd:
name: {{ host_service }} name: "{{ host_service }}"
state: restarted state: restarted