From d9af3f04a2b0cf265777ec36c32d3162a46b3662 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 22 Sep 2018 15:18:48 +0200 Subject: [PATCH] add missing tls tag --- tasks/nginx.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/nginx.yml b/tasks/nginx.yml index c4a3e59..3c99b31 100644 --- a/tasks/nginx.yml +++ b/tasks/nginx.yml @@ -29,6 +29,8 @@ when: unifi_nginx_tls_enabled become: True become_user: root + tags: + - tls_renewal - block: - name: Add vhost configuration file