environment is a reserved word in ansible, we use env.

This commit is contained in:
Kevin Fenzi 2015-02-28 22:43:23 +00:00
parent b76471700d
commit ee27bc5155

View file

@ -23,7 +23,7 @@ scratch_tokens_n = 5
# This identifies the token in the Google Authenticator application. It comes
# very handy when users have more than one token, so set this to something
# descriptive of your environment.
{% if environment == "staging" %}
{% if env == "staging" %}
totp_user_mask = $username@stg.fedoraproject.org
{% else %}
totp_user_mask = $username@fedoraproject.org