xoxys.telegraf/tasks/main.yml
Robert Kaussow 65c3392fb1
All checks were successful
continuous-integration/drone/push Build is passing
fix: fix task order as telegraf user is needed for tls certs
2021-06-05 15:05:39 +02:00

6 lines
122 B
YAML

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