mirror of
https://github.com/ansible/awx.git
synced 2026-02-14 17:50:02 -03:30
fixed validate-modules sanity tests
This commit is contained in:
committed by
Seth Foster
parent
d2d511f596
commit
535bbfcc39
@@ -360,10 +360,10 @@ def main():
|
||||
project=dict(),
|
||||
ssh_key_data=dict(no_log=True),
|
||||
ssh_key_unlock=dict(no_log=True),
|
||||
authorize=dict(type='bool'),
|
||||
authorize=dict(type='bool', default=False),
|
||||
authorize_password=dict(no_log=True),
|
||||
client=dict(),
|
||||
security_token=dict(),
|
||||
security_token=dict(no_log=True),
|
||||
secret=dict(no_log=True),
|
||||
subscription=dict(),
|
||||
tenant=dict(),
|
||||
|
||||
Reference in New Issue
Block a user