update
This commit is contained in:
10
uninstall/roles/telegraf_statistic/tasks/main.yml
Normal file
10
uninstall/roles/telegraf_statistic/tasks/main.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
####################
|
||||
#Uninstall telegraf_statistic
|
||||
- name: "[uninstall telegraf_statistic] stop telegraf_statistic"
|
||||
systemd:
|
||||
name: telegraf_statistic
|
||||
state: stopped
|
||||
enabled: no
|
||||
when: uninstall.telegraf_statistic == 1
|
||||
ignore_errors: true
|
||||
|
||||
Reference in New Issue
Block a user