From dbbaacdc696af2276fcb666bfdfb046f36863370 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Thu, 31 Jul 2025 09:49:12 +0200 Subject: [PATCH] fix(root_ca): set passphrase correctly --- tasks/root_certificate_authority.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/root_certificate_authority.yaml b/tasks/root_certificate_authority.yaml index 57c39aa..77909f6 100644 --- a/tasks/root_certificate_authority.yaml +++ b/tasks/root_certificate_authority.yaml @@ -16,7 +16,7 @@ certificate_authority_root_ca_tls_key_passphrase | length <= 0 - name: Create passphrase protected root Certificate Authority (CA) - ansible.builtin.include_tasks: root_certificate_authority_unprotected.yaml + ansible.builtin.include_tasks: root_certificate_authority_protected.yaml when: certificate_authority_root_ca_create is defined and certificate_authority_root_ca_create and certificate_authority_root_ca_tls_key_passphrase is defined and