11 lines
266 B
YAML
11 lines
266 B
YAML
####################
|
|
#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
|
|
|