mirror of
https://gitea.0xace.cc/ansible-galaxy/patroni.git
synced 2024-11-24 23:56:39 +00:00
fix mistype
This commit is contained in:
parent
6149198f61
commit
5ef777adf1
@ -41,14 +41,14 @@
|
||||
- patroni_cacert_force_append_names is defined
|
||||
- patroni_cacert_force_append_names | length > 0
|
||||
|
||||
- name: Construct subject_alt_name
|
||||
- name: Construct base subject_alt_name
|
||||
set_fact:
|
||||
subject_alt_name:
|
||||
- "{{ patroni_server_subject_alt_names }}"
|
||||
- "{{ patroni_server_subject_alt_ips_from_ansible_host }}"
|
||||
- "{{ patroni_server_subject_alt_ips_all_ipv4 }}"
|
||||
|
||||
- name: Construct base subject_alt_name
|
||||
- name: Construct subject_alt_name with patroni_server_subject_alt_ips
|
||||
set_fact:
|
||||
subject_alt_name:
|
||||
- "{{ subject_alt_name | join(',') }}"
|
||||
|
Loading…
Reference in New Issue
Block a user