1
0
mirror of https://github.com/ansible-collections/community.general.git synced 2025-07-16 03:21:53 +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:
Felix Fontein
2023-02-20 17:27:38 +01:00
committed by GitHub
parent 3186a944e9
commit ed79a68553
32 changed files with 241 additions and 26 deletions

View File

@ -19,6 +19,11 @@ author:
- Felipe Bulsoni (@fgbulsoni)
- Thiago Miotto (@tmiotto)
- Adriane Cardozo (@adriane-cardozo)
attributes:
check_mode:
support: none
diff_mode:
support: none
options:
state:
description:
@ -35,8 +40,9 @@ options:
required: true
extends_documentation_fragment:
- community.general.oneview
- community.general.oneview.validateetag
- community.general.oneview
- community.general.oneview.validateetag
- community.general.attributes
'''