xoxys.telegraf/tasks/main.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

7 lines
154 B
YAML

---
- include_tasks: setup.yml
- import_tasks: tls.yml
when: telegraf_prometheus_tls_enabled | bool
tags: tls_renewal
- include_tasks: post_tasks.yml