mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-31 15:53:09 +00:00
added url and metadata
This commit is contained in:
@@ -36,6 +36,7 @@ try:
|
||||
except ImportError:
|
||||
HAS_AVI = False
|
||||
|
||||
ANSIBLE_METADATA = {'status': ['preview'], 'supported_by': 'community', 'version': '1.0'}
|
||||
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
@@ -44,7 +45,7 @@ author: Gaurav Rastogi (grastogi@avinetworks.com)
|
||||
|
||||
short_description: Avi API Module
|
||||
description:
|
||||
- This module can be used for calling any resources defined in Avi REST API.
|
||||
- This module can be used for calling any resources defined in Avi REST API. U(https://avinetworks.com/)
|
||||
- This module is useful for invoking HTTP Patch methods and accessing resources that do not have an REST object associated with them.
|
||||
version_added: 2.3
|
||||
requirements: [ avisdk ]
|
||||
|
||||
Reference in New Issue
Block a user