summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Uiterwijk <puiterwijk@redhat.com>2016-04-05 17:37:48 +0000
committerPatrick Uiterwijk <puiterwijk@redhat.com>2016-04-05 17:37:48 +0000
commit33e9460e07ee2dfb0b1e2cf0e72f99323b176acd (patch)
tree8d49260e16c4a22ee94357cba95555a0723e4379
parentf33d6eda0ed0e1efda85c692b95e63f83cd5933a (diff)
downloadansible-33e9460e07ee2dfb0b1e2cf0e72f99323b176acd.tar.gz
ansible-33e9460e07ee2dfb0b1e2cf0e72f99323b176acd.tar.xz
ansible-33e9460e07ee2dfb0b1e2cf0e72f99323b176acd.zip
Fix the - in server-aliases to _
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
-rw-r--r--playbooks/include/proxies-websites.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml
index 74af02404..15cb47e77 100644
--- a/playbooks/include/proxies-websites.yml
+++ b/playbooks/include/proxies-websites.yml
@@ -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"