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:
Ralph Bean 2013-06-13 16:23:30 +00:00
parent 568e6ad0d8
commit 96610bfb4f
7 changed files with 13 additions and 15 deletions

View file

@ -1,5 +1,5 @@
{% if environment == 'staging' %}
{% if env == 'staging' %}
suffix = "stg.phx2.fedoraproject.org"
app_hosts = [
"app01.stg.phx2.fedoraproject.org",