fixed validate-modules sanity tests

This commit is contained in:
Sarabraj Singh
2021-05-25 10:29:19 -04:00
committed by Seth Foster
parent d2d511f596
commit 535bbfcc39
9 changed files with 41 additions and 26 deletions

View File

@@ -164,7 +164,7 @@ def main():
skip_tags=dict(type='list', elements='str'),
verbosity=dict(type='int', choices=[0, 1, 2, 3, 4, 5]),
diff_mode=dict(type='bool'),
credential_passwords=dict(type='dict'),
credential_passwords=dict(type='dict', no_log=True),
wait=dict(default=False, type='bool'),
interval=dict(default=1.0, type='float'),
timeout=dict(default=None, type='int'),