Fix a typo.

This commit is contained in:
Andrea Dell'Amico 2025-04-16 18:17:57 +02:00
parent 3c259e30b8
commit 85698b8878
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
CAROOT: /srv/mkcert-ca/.local/share/mkcert CAROOT: /srv/mkcert-ca/.local/share/mkcert
delegate_to: "{{ mkcert_ca_host }}" delegate_to: "{{ mkcert_ca_host }}"
- name: certificate_from_private_ca | Create the certificate (delegate to the CA vm) - name: certificate_from_private_ca | Create a certificate able to do client authentication (delegate to the CA vm)
ansible.builtin.command: ansible.builtin.command:
cmd: mkcert -client -cert-file /srv/mkcert-ca/client-{{ mkcert_cert_name }} -key-file /srv/mkcert-ca/client-{{ mkcert_key_name }} {{ mkcert_dsn_and_ip_list }} cmd: mkcert -client -cert-file /srv/mkcert-ca/client-{{ mkcert_cert_name }} -key-file /srv/mkcert-ca/client-{{ mkcert_key_name }} {{ mkcert_dsn_and_ip_list }}
args: args: