This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
solutions-tsg-scripts/uninstall/roles/telegraf_statistic/tasks/main.yml
2020-10-24 12:08:31 +06:00

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