proxies: env is the full env name
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
6ce2275510
commit
d8193ced1f
1 changed files with 2 additions and 2 deletions
|
@ -728,7 +728,7 @@
|
|||
use_h2: false
|
||||
tags:
|
||||
- ocp.fedoraproject.org
|
||||
when: env == "prod"
|
||||
when: env == "production"
|
||||
|
||||
- role: httpd/website
|
||||
site_name: apps.ocp.fedoraproject.org
|
||||
|
@ -741,7 +741,7 @@
|
|||
use_h2: false
|
||||
tags:
|
||||
- apps.ocp.fedoraproject.org
|
||||
when: env == "prod"
|
||||
when: env == "production"
|
||||
|
||||
- role: httpd/website
|
||||
site_name: registry.fedoraproject.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue