Remove sudo.
This commit is contained in:
parent
05b1f91d92
commit
fb9681f3a7
@ -6,4 +6,4 @@
|
||||
chdir: "{{ ansible_env.HOME }}/Downloads/"
|
||||
loop:
|
||||
- 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
|
||||
|
@ -6,4 +6,4 @@
|
||||
chdir: "{{ ansible_env.HOME }}/Downloads/"
|
||||
loop:
|
||||
- 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
|
Loading…
x
Reference in New Issue
Block a user