From 3a0cf0ca828b6a24bb77911237214ae6ed99dccc Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 16 Aug 2019 19:49:06 +0000 Subject: [PATCH] coreos: fix endpoint names. Signed-off-by: Kevin Fenzi --- playbooks/include/proxies-websites.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index 2918d3518b..6e2a781c16 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -293,19 +293,19 @@ when: env == "staging" - role: httpd/website - site_name: "raw-updates.updates.coreos{{ env_suffix }}.fedoraproject.org" + site_name: "raw-updates.coreos{{ env_suffix }}.fedoraproject.org" sslonly: true certbot: true tags: - - raw-updates.updates.coreos.fedoraproject.org + - raw-updates.coreos.fedoraproject.org when: env == "staging" - role: httpd/website - site_name: "status.raw-updates.updates.coreos{{ env_suffix }}.fedoraproject.org" + site_name: "status.raw-updates.coreos{{ env_suffix }}.fedoraproject.org" sslonly: true certbot: true tags: - - status.raw-updates.updates.coreos.fedoraproject.org + - status.raw-updates.coreos.fedoraproject.org when: env == "staging" - role: httpd/website