xoxys.nginx/tasks/main.yml

7 lines
133 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
2018-08-12 11:31:12 +02:00
when: nginx_tls_enabled
2018-10-13 18:36:42 +02:00
tags: tls_renewal
- import_tasks: post_tasks.yml