Fix a typo.

This commit is contained in:
Andrea Dell'Amico 2023-07-13 11:45:02 +02:00
parent e762e1e8aa
commit df1b9fd308
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
- name: Create the certificate (delegate to the CA vm)
ansible.builtin.command:
cmd: /bin/bash mkcert -cert-file /srv/mkcert-ca/{{ mkcert_cert_name }} -key-file /srv/mkcert-ca/{{ mkcert_key_name }} {{ mkcert_dsn_and_ip_list }}
cmd: mkcert -cert-file /srv/mkcert-ca/{{ mkcert_cert_name }} -key-file /srv/mkcert-ca/{{ mkcert_key_name }} {{ mkcert_dsn_and_ip_list }}
args:
chdir: /srv/mkcert-ca
creates: "/srv/mkcert-ca/{{ mkcert_cert_name }}"