mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 12:32:50 +08:00
Fix the - in server-aliases to _
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
@@ -482,14 +482,14 @@
|
||||
|
||||
- role: httpd/website
|
||||
name: osbs.fedoraproject.org
|
||||
server-aliases: [osbs.stg.fedoraproject.org]
|
||||
server_aliases: [osbs.stg.fedoraproject.org]
|
||||
sslonly: true
|
||||
cert_name: "{{wildcard_cert_name}}"
|
||||
when: env == "staging"
|
||||
|
||||
- role: httpd/website
|
||||
name: registry.fedoraproject.org
|
||||
server-aliases: [registry.stg.fedoraproject.org]
|
||||
server_aliases: [registry.stg.fedoraproject.org]
|
||||
sslonly: true
|
||||
cert_name: "{{wildcard_cert_name}}"
|
||||
when: env == "staging"
|
||||
|
||||
Reference in New Issue
Block a user