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:
Felix Fontein 2023-02-20 17:27:38 +01:00 committed by GitHub
parent 3186a944e9
commit ed79a68553
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
32 changed files with 241 additions and 26 deletions

View file

@ -17,6 +17,11 @@ requirements:
- "python >= 2.7.9"
- "hpOneView >= 4.0.0"
author: "Felipe Bulsoni (@fgbulsoni)"
attributes:
check_mode:
support: none
diff_mode:
support: none
options:
state:
description:
@ -33,8 +38,9 @@ options:
required: true
extends_documentation_fragment:
- community.general.oneview
- community.general.oneview.validateetag
- community.general.oneview
- community.general.oneview.validateetag
- community.general.attributes
'''