add missing task name
the build was successful Details

This commit is contained in:
Robert Kaussow 2019-01-09 22:19:50 +01:00
parent 4143fd228e
commit 6cd1f70319
1 changed files with 2 additions and 1 deletions

View File

@ -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