add tags for tls renewal
This commit is contained in:
parent
9ac0d0055d
commit
ae20d9139b
@ -5,5 +5,7 @@
|
|||||||
- include_tasks: install.yml
|
- include_tasks: install.yml
|
||||||
- include_tasks: tls.yml
|
- include_tasks: tls.yml
|
||||||
when: unifi_tls_enabled
|
when: unifi_tls_enabled
|
||||||
|
tags:
|
||||||
|
- tls_renewal
|
||||||
- include_tasks: nginx.yml
|
- include_tasks: nginx.yml
|
||||||
when: unifi_nginx_vhost_enabled
|
when: unifi_nginx_vhost_enabled
|
||||||
|
@ -29,6 +29,8 @@
|
|||||||
when: unifi_nginx_tls_enabled
|
when: unifi_nginx_tls_enabled
|
||||||
become: True
|
become: True
|
||||||
become_user: root
|
become_user: root
|
||||||
|
tags:
|
||||||
|
- tls_renewal
|
||||||
|
|
||||||
- block:
|
- block:
|
||||||
- name: Add vhost configuration file
|
- name: Add vhost configuration file
|
||||||
|
Loading…
Reference in New Issue
Block a user