mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02:30
Document and align the env var for OAuth token
This commit is contained in:
@@ -102,7 +102,7 @@ class Login(CustomCommand):
|
||||
else:
|
||||
fmt = client.get_config('format')
|
||||
if fmt == 'human':
|
||||
print('export TOWER_TOKEN={}'.format(token))
|
||||
print('export TOWER_OAUTH_TOKEN={}'.format(token))
|
||||
else:
|
||||
print(to_str(FORMATTERS[fmt]({'token': token}, '.')).strip())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user