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

@@ -1057,7 +1057,7 @@ def main():
smbios=dict(type='str'),
snapname=dict(type='str'),
sockets=dict(type='int'),
sshkeys=dict(type='str'),
sshkeys=dict(type='str', no_log=False),
startdate=dict(type='str'),
startup=dict(),
state=dict(default='present', choices=['present', 'absent', 'stopped', 'started', 'restarted', 'current']),