pki: Fix full chain certificate creation
This commit is contained in:
parent
fdfa5c29e5
commit
d130c46eda
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@
|
|||
- name: copy full chain certificate file
|
||||
ansible.builtin.copy:
|
||||
dest: "{{ tls_certs }}/{{ inventory_hostname }}-fullchain.crt"
|
||||
content: "{{ pki_host_fullchain }}"
|
||||
content: "{{ pki_host_fullchain.stdout }}"
|
||||
mode: 0640
|
||||
owner: root
|
||||
group: "{{ ansible_wheel }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue