From a2a825a1b69060e97b0bc59e8b376ab7971a30e9 Mon Sep 17 00:00:00 2001 From: Bertrand Lanson Date: Wed, 30 Oct 2024 19:34:45 +0100 Subject: [PATCH] fix(group_vars/hashistack_ca): update default owner for pkito avoid permission issues --- playbooks/group_vars/all/hashistack_ca.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/group_vars/all/hashistack_ca.yml b/playbooks/group_vars/all/hashistack_ca.yml index 5dc7d11..33aa792 100644 --- a/playbooks/group_vars/all/hashistack_ca.yml +++ b/playbooks/group_vars/all/hashistack_ca.yml @@ -4,7 +4,7 @@ hashistack_ca_directory: "{{ hashistack_sub_configuration_directories['certifica hashistack_ca_use_cryptography: false hashistack_ca_action: "noop" hashistack_ca_domain: example.com -hashistack_ca_directory_owner: root +hashistack_ca_directory_owner: "{{ lookup('env', 'USER') }}" ############################## # Root Certificate Authority #