mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 19:10:07 -03:30
Mark user password as no_log to silence warning
This commit is contained in:
parent
e210ee4077
commit
ecdb353f6f
@ -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