mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 10:40:22 -07:00
More false-positives (not flagged by sanity tests yet). (#2010)
This commit is contained in:
parent
4676ca584b
commit
49d9a257ef
12 changed files with 13 additions and 13 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue