pagure: fix conditional in playbook
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
a2bfd621ed
commit
be19611e01
1 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@
|
|||
#
|
||||
- role: letsencrypt
|
||||
site_name: "stg.pagure.io"
|
||||
certbot_bundlehost: pagure02.fedoraproject.org
|
||||
certbot_bundlehost: pagure-stg01.fedoraproject.org
|
||||
server_aliases:
|
||||
- stg.pagure.io
|
||||
- docs.stg.pagure.org
|
||||
|
@ -59,7 +59,7 @@
|
|||
|
||||
- role: letsencrypt
|
||||
site_name: "pagure.io"
|
||||
certbot_bundlehost: pagure-stg01.fedoraproject.org
|
||||
certbot_bundlehost: pagure02.fedoraproject.org
|
||||
server_aliases:
|
||||
- docs.pagure.org
|
||||
- lists.pagure.io
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue