Try to fix the mkcert command again.
This commit is contained in:
parent
fb5a099d55
commit
5d3c349e03
|
@ -7,7 +7,8 @@
|
|||
ansible_common_remote_group: ansible
|
||||
|
||||
- name: Create the certificate (delegate to the CA vm)
|
||||
become_user: root
|
||||
become_user: mkcert-ca
|
||||
become_method: su
|
||||
ansible.builtin.command:
|
||||
cmd: mkcert -cert-file /srv/mkcert-ca/{{ mkcert_cert_name }} -key-file /srv/mkcert-ca/{{ mkcert_key_name }} {{ mkcert_dsn_and_ip_list }}
|
||||
args:
|
||||
|
|
Loading…
Reference in New Issue