Try to set the common group.

This commit is contained in:
Andrea Dell'Amico 2023-07-13 11:31:24 +02:00
parent 0e1955aeb7
commit 436acc9bab
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 4 additions and 0 deletions

View File

@ -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