[stable-1] no_log: more false-positives (not flagged by sanity tests yet) (#2017)

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

(cherry picked from commit 49d9a257ef)

* Add more false positives.
This commit is contained in:
Felix Fontein
2021-03-13 18:21:21 +01:00
committed by GitHub
parent b0cbef394f
commit 08e7846deb
16 changed files with 20 additions and 18 deletions

View File

@@ -1101,7 +1101,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']),