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,4 +1,4 @@
|
|||
{% if environment == 'staging' %}
|
||||
{% if env == 'staging' %}
|
||||
suffix = 'stg.phx2.fedoraproject.org'
|
||||
non_phx_suffix = 'stg.fedoraproject.org'
|
||||
{% else %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue