mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-27 19:39:13 -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
|
@ -120,7 +120,7 @@ def main():
|
|||
host=dict(),
|
||||
tags=dict(type='list', elements='str'),
|
||||
alert_type=dict(default='info', choices=['error', 'warning', 'info', 'success']),
|
||||
aggregation_key=dict(),
|
||||
aggregation_key=dict(no_log=False),
|
||||
validate_certs=dict(default=True, type='bool'),
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue