From b112672d5ab0f47dc06c71f1215c52632a08bfd3 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Mon, 7 Sep 2026 14:15:12 +0200 Subject: [PATCH] fix(tasks): create passphrase protected client certificate --- tasks/client_certificate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/client_certificate.yaml b/tasks/client_certificate.yaml index b72b3b7..e2607af 100644 --- a/tasks/client_certificate.yaml +++ b/tasks/client_certificate.yaml @@ -16,7 +16,7 @@ certificate_authority_client_tls_key_passphrase | length <= 0 - name: Create passphrase protected client certificate - ansible.builtin.include_tasks: client_certificate_unprotected.yaml + ansible.builtin.include_tasks: client_certificate_protected.yaml when: certificate_authority_client_create is defined and certificate_authority_client_create and certificate_authority_client_tls_key_passphrase is defined and