mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-04 15:29:10 -07:00
Add attributes to manageiq, udm, utm, and webfaction modules (#5955)
Add attributes to manageiq, udm, utm, and webfaction modules.
This commit is contained in:
parent
cc3a79bc48
commit
e944a67c18
26 changed files with 197 additions and 24 deletions
|
@ -15,12 +15,19 @@ module: manageiq_policies
|
|||
|
||||
short_description: Management of resource policy_profiles in ManageIQ
|
||||
extends_documentation_fragment:
|
||||
- community.general.manageiq
|
||||
- community.general.manageiq
|
||||
- community.general.attributes
|
||||
|
||||
author: Daniel Korn (@dkorn)
|
||||
description:
|
||||
- The manageiq_policies module supports adding and deleting policy_profiles in ManageIQ.
|
||||
|
||||
attributes:
|
||||
check_mode:
|
||||
support: none
|
||||
diff_mode:
|
||||
support: none
|
||||
|
||||
options:
|
||||
state:
|
||||
type: str
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue