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
1 changed files with 1 additions and 1 deletions

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