add tags for tls renewal

This commit is contained in:
Robert Kaussow 2018-09-22 14:34:42 +02:00
parent 9ac0d0055d
commit ae20d9139b
2 changed files with 4 additions and 0 deletions

View File

@ -5,5 +5,7 @@
- include_tasks: install.yml
- include_tasks: tls.yml
when: unifi_tls_enabled
tags:
- tls_renewal
- include_tasks: nginx.yml
when: unifi_nginx_vhost_enabled

View File

@ -29,6 +29,8 @@
when: unifi_nginx_tls_enabled
become: True
become_user: root
tags:
- tls_renewal
- block:
- name: Add vhost configuration file