Merge "Fix certificate issue with use buildset registry"
This commit is contained in:
commit
1dbdc0e3fa
@ -38,7 +38,7 @@
|
|||||||
become: true
|
become: true
|
||||||
copy:
|
copy:
|
||||||
content: "{{ buildset_registry.cert }}"
|
content: "{{ buildset_registry.cert }}"
|
||||||
dest: "{{ ca_dir }}/buildset-registry.crt"
|
dest: "{{ ca_dir }}/{{ buildset_registry_alias }}.crt"
|
||||||
register: _tls_ca
|
register: _tls_ca
|
||||||
- name: Update CA certs
|
- name: Update CA certs
|
||||||
command: "{{ ca_command }}"
|
command: "{{ ca_command }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user