mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Merge pull request #6322 from AlanCoding/user_no_log
Mark user password as no_log to silence warning Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
commit
6b51b41897
@ -127,7 +127,7 @@ def main():
|
||||
email=dict(required=False, type='str'),
|
||||
is_superuser=dict(required=False, type='bool', default=False, aliases=['superuser']),
|
||||
is_system_auditor=dict(required=False, type='bool', default=False, aliases=['auditor']),
|
||||
password=dict(required=False, type='str'),
|
||||
password=dict(required=False, type='str', no_log=True),
|
||||
state=dict(choices=['present', 'absent'], default='present'),
|
||||
)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user