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