From 6cd1f70319d32a000f175d3a0a84f906f294bd9e Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 9 Jan 2019 22:19:50 +0100 Subject: [PATCH] add missing task name --- tasks/tls.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tasks/tls.yml b/tasks/tls.yml index 0f20b2b..64925cb 100644 --- a/tasks/tls.yml +++ b/tasks/tls.yml @@ -40,7 +40,8 @@ register: __unifi_certs_content when: unifi_tls_source_use_content - - set_fact: + - name: Set internal control variables + set_fact: __unifi_pkcs12_path: /tmp/unifi.p12 __unifi_keystore_path: "{{ unifi_base_dir }}/{{ unifi_version }}//UniFi/data/keystore" become: True