mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-14 22:36:09 +08:00
environment is a reserved word in ansible, we use env.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user