environment is a reserved word in ansible, we use env.
This commit is contained in:
parent
b76471700d
commit
ee27bc5155
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue