From 436acc9bab3bebf661ca77d407374c330d8ed95a Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Thu, 13 Jul 2023 11:31:24 +0200 Subject: [PATCH] Try to set the common group. --- tasks/certificate_from_private_ca.yml | 4 ++++ 1 file changed, 4 insertions(+) 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