More false-positives (not flagged by sanity tests yet). (#2010)

This commit is contained in:
Felix Fontein
2021-03-13 13:24:26 +01:00
committed by GitHub
parent 4676ca584b
commit 49d9a257ef
12 changed files with 13 additions and 13 deletions

View File

@@ -404,7 +404,7 @@ def main():
nic_speed=dict(type='int', choices=NIC_SPEEDS),
public_vlan=dict(type='str'),
private_vlan=dict(type='str'),
ssh_keys=dict(type='list', elements='str', default=[]),
ssh_keys=dict(type='list', elements='str', default=[], no_log=False),
post_uri=dict(type='str'),
state=dict(type='str', default='present', choices=STATES),
wait=dict(type='bool', default=True),