diff --git a/handlers/main.yml b/handlers/main.yml index 85dc8db..ed97d53 100644 --- a/handlers/main.yml +++ b/handlers/main.yml @@ -1,5 +1 @@ --- - -- name: systemd daemon-reload - systemd: - daemon-reload: yes diff --git a/tasks/main.yml b/tasks/main.yml index 632feed..41e28b6 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -29,7 +29,7 @@ loop: - checks.csv - incidents.txt -- name: Création du scritp d'éxécution +- name: Création du script d'éxécution template: src: tinystatus.sh.j2 dest: "{{ tinystatus_bindir }}/tinystatus.sh" @@ -43,9 +43,9 @@ loop: - tinystatus.service - tinystatus.timer - notify: systemd daemon-reload -- name: Flush handlers - meta: flush_handlers +- name: Rechargement de systemd pour prise en compte + systemd: + daemon-reload: yes - name: Création du répertoire de site web pour génération du fichier file: state: directory