You've already forked community.general
mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 20:21:52 +03:00
Add attributes to some database modules (#5953)
Add attributes to some database modules.
This commit is contained in:
@ -20,6 +20,11 @@ author: "Vitaliy Zhhuta (@zhhuta)"
|
||||
requirements:
|
||||
- "python >= 2.6"
|
||||
- "influxdb >= 0.9"
|
||||
attributes:
|
||||
check_mode:
|
||||
support: full
|
||||
diff_mode:
|
||||
support: none
|
||||
options:
|
||||
user_name:
|
||||
description:
|
||||
@ -52,7 +57,8 @@ options:
|
||||
type: list
|
||||
elements: dict
|
||||
extends_documentation_fragment:
|
||||
- community.general.influxdb
|
||||
- community.general.influxdb
|
||||
- community.general.attributes
|
||||
|
||||
'''
|
||||
|
||||
|
Reference in New Issue
Block a user