Merge "Connect openstack_pki_regen_ca variable to pki role"

This commit is contained in:
Zuul 2022-03-16 16:21:24 +00:00 committed by Gerrit Code Review
commit 32db56689e

View File

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