mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 11:51:26 -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
|
@ -31,6 +31,15 @@ notes:
|
|||
your host, you may want to add C(serial: 1) to the plays.
|
||||
- See `the webfaction API <https://docs.webfaction.com/xmlrpc-api/>`_ for more info.
|
||||
|
||||
extends_documentation_fragment:
|
||||
- community.general.attributes
|
||||
|
||||
attributes:
|
||||
check_mode:
|
||||
support: full
|
||||
diff_mode:
|
||||
support: none
|
||||
|
||||
options:
|
||||
name:
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue