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

(cherry picked from commit 49d9a257ef)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot]
2021-03-13 13:48:18 +01:00
committed by GitHub
parent cf889faf42
commit bd4d5fe9db
12 changed files with 13 additions and 13 deletions

View File

@@ -630,7 +630,7 @@ def main():
ram=dict(type='float'),
hdds=dict(type='list', elements='dict'),
count=dict(type='int', default=1),
ssh_key=dict(type='raw'),
ssh_key=dict(type='raw', no_log=False),
auto_increment=dict(type='bool', default=True),
server=dict(type='str'),
datacenter=dict(