diff --git a/tasks/server/influxdb.yml b/tasks/server/influxdb.yml index 0fe9c15..1817d97 100644 --- a/tasks/server/influxdb.yml +++ b/tasks/server/influxdb.yml @@ -1,7 +1,8 @@ --- # Application that populates InfluxDB with metric data. -- shell: "{{ item }}" +- name: Server | InfluxDB | Install + shell: "{{ item }}" args: chdir: "{{ ansible_env.HOME }}/Downloads/" loop: diff --git a/tasks/server/telegraf.yml b/tasks/server/telegraf.yml index c58d22d..ca7669e 100644 --- a/tasks/server/telegraf.yml +++ b/tasks/server/telegraf.yml @@ -1,7 +1,8 @@ --- # Application that populates InfluxDB with metric data. -- shell: "{{ item }}" +- name: Server | Telegraf | Install + shell: "{{ item }}" args: chdir: "{{ ansible_env.HOME }}/Downloads/" loop: