xoxys.unifi/tasks/main.yml

8 lines
156 B
YAML
Raw Normal View History

2018-07-08 18:50:35 +02:00
---
- import_tasks: prepare.yml
- import_tasks: install.yml
- import_tasks: tls.yml
2018-08-14 21:02:18 +02:00
when: unifi_tls_enabled
2018-10-13 18:02:39 +02:00
tags: tls_renewal
2019-08-04 22:31:25 +02:00
- include_tasks: post.yml