Fix a typo.
This commit is contained in:
parent
e762e1e8aa
commit
df1b9fd308
|
@ -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 }}"
|
||||
|
|
Loading…
Reference in New Issue