Try to set the common group.
This commit is contained in:
parent
0e1955aeb7
commit
436acc9bab
|
@ -2,6 +2,10 @@
|
|||
- name: Create the certificate using the private CA
|
||||
tags: [pki, tls, tls_certificate]
|
||||
block:
|
||||
- name: Set the common group between mkcert-ca and ansible
|
||||
ansible.builtin.set_fact:
|
||||
ansible_common_remote_group: ansible
|
||||
|
||||
- name: Create the certificate (delegate to the CA vm)
|
||||
become: true
|
||||
become_user: mkcert-ca
|
||||
|
|
Loading…
Reference in New Issue