Remove sudo.

This commit is contained in:
Hyperling 2021-03-16 19:48:14 -05:00
parent 05b1f91d92
commit fb9681f3a7
2 changed files with 2 additions and 2 deletions

View File

@ -6,4 +6,4 @@
chdir: "{{ ansible_env.HOME }}/Downloads/" chdir: "{{ ansible_env.HOME }}/Downloads/"
loop: loop:
- wget https://dl.influxdata.com/influxdb/releases/influxdb2-2.0.4-amd64.deb - wget https://dl.influxdata.com/influxdb/releases/influxdb2-2.0.4-amd64.deb
- sudo dpkg -i influxdb2-2.0.4-amd64.deb - dpkg -i influxdb2-2.0.4-amd64.deb

View File

@ -6,4 +6,4 @@
chdir: "{{ ansible_env.HOME }}/Downloads/" chdir: "{{ ansible_env.HOME }}/Downloads/"
loop: loop:
- wget https://dl.influxdata.com/telegraf/releases/telegraf_1.17.3-1_amd64.deb - wget https://dl.influxdata.com/telegraf/releases/telegraf_1.17.3-1_amd64.deb
- sudo dpkg -i telegraf_1.17.3-1_amd64.deb - dpkg -i telegraf_1.17.3-1_amd64.deb