You've already forked community.general
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:
@ -28,6 +28,15 @@ author:
|
||||
- Matt Baldwin (@baldwinSPC) <baldwin@stackpointcloud.com>
|
||||
- Thibaud Morel l'Horset (@teebes) <teebes@gmail.com>
|
||||
|
||||
extends_documentation_fragment:
|
||||
- community.general.attributes
|
||||
|
||||
attributes:
|
||||
check_mode:
|
||||
support: none
|
||||
diff_mode:
|
||||
support: none
|
||||
|
||||
options:
|
||||
auth_token:
|
||||
description:
|
||||
@ -149,9 +158,6 @@ options:
|
||||
requirements:
|
||||
- "packet-python >= 1.35"
|
||||
|
||||
notes:
|
||||
- Doesn't support check mode.
|
||||
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
Reference in New Issue
Block a user