xoxys.gitea/tasks/main.yml

8 lines
171 B
YAML
Raw Normal View History

2018-12-08 22:21:48 +01:00
---
- include_tasks: prepare.yml
- include_tasks: install.yml
2018-12-08 22:21:48 +01:00
- import_tasks: tls.yml
2019-07-19 09:55:47 +02:00
when: gitea_tls_enabled | bool
2018-12-08 22:21:48 +01:00
tags: tls_renewal
- include_tasks: post_tasks.yml