From b9f0e0673517b6cbc380b26f8cdad6f99e7dd777 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 4 Aug 2021 19:42:57 -0700 Subject: [PATCH] perhaps a comma is needed here 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 75d4af3f89..15360ce5ba 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}}"