mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 04:40:22 -07:00
Add attributes to ipa and keycloak modules (#5950)
Add attributes to ipa and keycloak modules.
This commit is contained in:
parent
3ec2fde2c6
commit
18a6bdd6aa
30 changed files with 228 additions and 53 deletions
|
@ -30,6 +30,11 @@ description:
|
|||
be returned that way by this module. You may pass single values for attributes when calling the module,
|
||||
and this will be translated into a list suitable for the API.
|
||||
|
||||
attributes:
|
||||
check_mode:
|
||||
support: full
|
||||
diff_mode:
|
||||
support: full
|
||||
|
||||
options:
|
||||
state:
|
||||
|
@ -74,8 +79,8 @@ options:
|
|||
- Values may be single values (e.g. a string) or a list of strings.
|
||||
|
||||
extends_documentation_fragment:
|
||||
- community.general.keycloak
|
||||
|
||||
- community.general.keycloak
|
||||
- community.general.attributes
|
||||
|
||||
author:
|
||||
- Laurent Paumier (@laurpaum)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue