xoxys.telegraf/tasks/post_tasks.yml
Robert Kaussow 6532b1a94b
All checks were successful
continuous-integration/drone/push Build is passing
fix: add post tasks
2022-04-01 14:57:33 +02:00

10 lines
170 B
YAML

---
- name: Ensure Telegraf is up and running
service:
name: telegraf
daemon_reload: yes
enabled: yes
state: started
become: True
become_user: root