From bd361bc5d3fe852053044d9aab31996fec8023ac Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 4 Aug 2021 19:41:06 -0700 Subject: [PATCH] fix spacing vs quotes issue Signed-off-by: Kevin Fenzi --- playbooks/include/proxies-websites.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index 86202a972a..75d4af3f89 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -695,7 +695,7 @@ - role: httpd/website site_name: apps.ocp.stg.fedoraproject.org - server_aliases: ["*.apps.ocp.stg.fedoraproject.org" "api.apps.ocp.stg.fedoraproject.org"] + server_aliases: ["*.apps.ocp.stg.fedoraproject.org" api.apps.ocp.stg.fedoraproject.org] sslonly: true cert_name: "{{ocp_wildcard_cert_name}}" SSLCertificateChainFile: "{{ocp_wildcard_int_file}}"