add tag for tls renewal

This commit is contained in:
Robert Kaussow 2018-10-13 18:36:42 +02:00
parent 3a2f5e64b8
commit 67049914d0
1 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,6 @@
---
- include_tasks: install.yml
- include_tasks: tls.yml
- import_tasks: install.yml
- import_tasks: tls.yml
when: nginx_tls_enabled
- include_tasks: post_tasks.yml
tags: tls_renewal
- import_tasks: post_tasks.yml