You've already forked community.general
mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-01 06:06:57 +03:00
Add attributes to some database modules (#5953)
Add attributes to some database modules.
This commit is contained in:
@ -15,6 +15,13 @@ module: vertica_role
|
||||
short_description: Adds or removes Vertica database roles and assigns roles to them
|
||||
description:
|
||||
- Adds or removes Vertica database role and, optionally, assign other roles.
|
||||
extends_documentation_fragment:
|
||||
- community.general.attributes
|
||||
attributes:
|
||||
check_mode:
|
||||
support: full
|
||||
diff_mode:
|
||||
support: none
|
||||
options:
|
||||
role:
|
||||
description:
|
||||
|
Reference in New Issue
Block a user