Use a better name for the task

For readability in the log, it's better to actually show what
healthcheck is being tested.

Change-Id: Ieb3909eaeff8e642dcb930e5198a52d41b2efef9
This commit is contained in:
Cédric Jeanneret 2019-10-29 09:21:06 +01:00
parent abf3237726
commit b756f59bbf
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
{{ healthcheck_services_list.stdout_lines }}
{%- endif -%}
- name: Get systemd healthcheck service status
- name: "[Healthcheck] Get {{ item }} status"
systemd:
name: "{{ item }}"
retries: "{{ retries_number|int }}"