xoxys.prometheus/tasks/main.yml
Robert Kaussow 18a50ea2ac
All checks were successful
continuous-integration/drone/push Build is passing
fix: fix tasks order
2021-05-29 22:21:37 +02:00

7 lines
146 B
YAML

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