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 atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#5958)
Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules.
This commit is contained in:
@ -23,6 +23,12 @@ requirements:
|
||||
description:
|
||||
- "Manages OpenNebula Hosts"
|
||||
|
||||
attributes:
|
||||
check_mode:
|
||||
support: none
|
||||
diff_mode:
|
||||
support: none
|
||||
|
||||
options:
|
||||
name:
|
||||
description:
|
||||
@ -77,8 +83,8 @@ options:
|
||||
type: dict
|
||||
|
||||
extends_documentation_fragment:
|
||||
- community.general.opennebula
|
||||
|
||||
- community.general.opennebula
|
||||
- community.general.attributes
|
||||
|
||||
author:
|
||||
- Rafael del Valle (@rvalle)
|
||||
|
Reference in New Issue
Block a user