xoxys.matrix/tasks/main.yml

8 lines
172 B
YAML
Raw Normal View History

2019-01-18 13:52:23 +00:00
---
- include_tasks: prepare.yml
- include_tasks: install.yml
2019-01-19 01:19:57 +00:00
- import_tasks: tls.yml
2019-06-10 12:06:34 +00:00
when: matrix_tls_enabled | bool
2019-01-19 01:19:57 +00:00
tags: tls_renewal
2019-01-18 13:52:23 +00:00
- include_tasks: post_tasks.yml