Merge "Fix certificate issue with use buildset registry"

This commit is contained in:
Zuul 2020-10-02 00:26:58 +00:00 committed by Gerrit Code Review
commit 1dbdc0e3fa

View File

@ -38,7 +38,7 @@
become: true
copy:
content: "{{ buildset_registry.cert }}"
dest: "{{ ca_dir }}/buildset-registry.crt"
dest: "{{ ca_dir }}/{{ buildset_registry_alias }}.crt"
register: _tls_ca
- name: Update CA certs
command: "{{ ca_command }}"