[STYLE] added name to the task

This commit is contained in:
or
2018-08-20 19:13:40 +03:00
parent a49e82bf12
commit 1cd2798566

View File

@ -35,7 +35,8 @@
when: telegraf_agent_version is version_compare('0.10.0', '>=')
notify: "Restart Telegraf"
- action: stat path=/etc/telegraf/telegraf.d
- name: "Check if extra plugins directory exists in case of exclusive"
action: stat path=/etc/telegraf/telegraf.d
register: telegraf_directory
when: telegraf_plugins_extra_exclusive