From ac56f37dfb3deb7ee4a743a5d6e546ad046ad8d2 Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Mon, 28 Feb 2022 18:25:53 +0000 Subject: [PATCH] Connect openstack_pki_regen_ca variable to pki role This was missing where the pki role is called but was documented as a usable option. Change-Id: Icde65f696627237fd55b5cfb69943f184f419bba --- playbooks/certificate-authority.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/certificate-authority.yml b/playbooks/certificate-authority.yml index 219c5636e4..cc15343286 100644 --- a/playbooks/certificate-authority.yml +++ b/playbooks/certificate-authority.yml @@ -25,4 +25,5 @@ vars: pki_dir: "{{ openstack_pki_dir }}" pki_create_ca: "{{ openstack_pki_authorities | default([]) | length > 0 }}" + pki_regen_ca: "{{ openstack_pki_regen_ca }}" pki_authorities: "{{ openstack_pki_authorities }}"