Fix typo for user supplied certificate variable

Change-Id: I74da6c27a7d0992a45103657cd0800dab8143c4f
This commit is contained in:
Jonathan Rosser
2021年09月30日 15:16:41 +01:00
committed by Andrew Bonney
parent 99415e7692
commit a8593a876e

View File

@@ -43,7 +43,7 @@
pki_authorities:"{{ haproxy_pki_authorities }}"
pki_install_ca:"{{ haproxy_pki_install_ca }}"
pki_regen_ca:"{{ haproxy_pki_regen_ca }}"
pki_create_certificates:"{{ haprpxy_user_ssl_cert is not defined and haproxy_user_ssl_key is not defined }}"
pki_create_certificates:"{{ haproxy_user_ssl_cert is not defined and haproxy_user_ssl_key is not defined }}"
pki_regen_cert:"{{ haproxy_pki_regen_cert }}"
pki_certificates:"{{ haproxy_pki_certificates }}"
pki_install_certificates:"{{ haproxy_pki_install_certificates }}"
Reference in New Issue
openstack/openstack-ansible-haproxy_server
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.