xoxys.nginx/tasks/main.yml

7 lines
140 B
YAML
Raw Normal View History

2017-07-15 15:45:46 +02:00
---
2018-10-13 18:36:42 +02:00
- import_tasks: install.yml
- import_tasks: tls.yml
when: nginx_tls_enabled | bool
2018-10-13 18:36:42 +02:00
tags: tls_renewal
- import_tasks: post_tasks.yml