Replace all references to "environment" with "env".
It turns out that "environment" is reserved in ansible. See: http://ur1.ca/eb6gp
This commit is contained in:
parent
568e6ad0d8
commit
96610bfb4f
7 changed files with 13 additions and 15 deletions
|
@ -1,5 +1,5 @@
|
|||
|
||||
{% if environment == 'staging' %}
|
||||
{% if env == 'staging' %}
|
||||
suffix = "stg.phx2.fedoraproject.org"
|
||||
app_hosts = [
|
||||
"app01.stg.phx2.fedoraproject.org",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue