mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 13:50:22 -07:00
New module - meraki_malware (#56929)
* Initial commit for meraki_malware module - Allows for manipulation of malware configuration * Add full documentation and improve code coverage * Add diff support * Type change * Sanity check fixes * Convert org_id from str to int for consistency * Sanity fixes again * Fix argument type errors * Remove ignore items for some Meraki modules so shippable is happy
This commit is contained in:
parent
8bcf9b5734
commit
919f70c357
8 changed files with 527 additions and 11 deletions
|
@ -56,5 +56,5 @@ options:
|
|||
org_id:
|
||||
description:
|
||||
- ID of organization.
|
||||
type: int
|
||||
type: str
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue