xoxys.matrix/tasks/main.yml
Robert Kaussow 1e75096389
All checks were successful
continuous-integration/drone/push Build is passing
remove lvm integration
2019-10-21 23:22:26 +02:00

8 lines
172 B
YAML

---
- include_tasks: prepare.yml
- include_tasks: install.yml
- import_tasks: tls.yml
when: matrix_tls_enabled | bool
tags: tls_renewal
- include_tasks: post_tasks.yml