Add names.

This commit is contained in:
Hyperling 2021-03-16 19:54:36 -05:00
parent 132a1393a5
commit c429b38b66
2 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,8 @@
--- ---
# Application that populates InfluxDB with metric data. # Application that populates InfluxDB with metric data.
- shell: "{{ item }}" - name: Server | InfluxDB | Install
shell: "{{ item }}"
args: args:
chdir: "{{ ansible_env.HOME }}/Downloads/" chdir: "{{ ansible_env.HOME }}/Downloads/"
loop: loop:

View File

@ -1,7 +1,8 @@
--- ---
# Application that populates InfluxDB with metric data. # Application that populates InfluxDB with metric data.
- shell: "{{ item }}" - name: Server | Telegraf | Install
shell: "{{ item }}"
args: args:
chdir: "{{ ansible_env.HOME }}/Downloads/" chdir: "{{ ansible_env.HOME }}/Downloads/"
loop: loop: