Fix the - in server-aliases to _
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
f33d6eda0e
commit
33e9460e07
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue