mkcert certs: flat fetch destination.
This commit is contained in:
parent
6758633976
commit
beccc371b7
|
@ -22,7 +22,8 @@
|
||||||
- name: Get the certificate and its key from the CA server
|
- name: Get the certificate and its key from the CA server
|
||||||
ansible.builtin.fetch:
|
ansible.builtin.fetch:
|
||||||
src: "/srv/mkcert-ca/{{ item }}"
|
src: "/srv/mkcert-ca/{{ item }}"
|
||||||
dest: "files/{{ item }}"
|
dest: "files/"
|
||||||
|
flat: true
|
||||||
loop:
|
loop:
|
||||||
- "{{ mkcert_cert_name }}"
|
- "{{ mkcert_cert_name }}"
|
||||||
- "{{ mkcert_key_name }}"
|
- "{{ mkcert_key_name }}"
|
||||||
|
|
Loading…
Reference in New Issue