diff options
author | Kevin Fenzi <kevin@scrye.com> | 2016-12-08 19:40:41 +0000 |
---|---|---|
committer | Kevin Fenzi <kevin@scrye.com> | 2016-12-08 19:40:41 +0000 |
commit | 3c20df3b47eaf24acca0d853b7769ab4985d7cd0 (patch) | |
tree | 2b9701e5942ec8223f339fcd53faf2c8389fc45b | |
parent | 9496ad5afdc4e023e44466658f5d85daa6d36914 (diff) | |
download | ansible-3c20df3b47eaf24acca0d853b7769ab4985d7cd0.tar.gz ansible-3c20df3b47eaf24acca0d853b7769ab4985d7cd0.tar.xz ansible-3c20df3b47eaf24acca0d853b7769ab4985d7cd0.zip |
fix syntax error
-rw-r--r-- | playbooks/include/proxies-websites.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index 3e5349891..dbeb04094 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -477,8 +477,8 @@ - role: httpd/website name: koji.stg.fedoraproject.org - server_aliases: sslonly: true + server_aliases: - koji.stg.stg.fedoraproject.org cert_name: "{{wildcard_cert_name}}" when: env == "staging" |