diff --git a/tasks/certificate_from_private_ca.yml b/tasks/certificate_from_private_ca.yml index bb934cd..229d1cf 100644 --- a/tasks/certificate_from_private_ca.yml +++ b/tasks/certificate_from_private_ca.yml @@ -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