mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 04:11:25 -07:00
parent
7f4f066e86
commit
7dd7cbdba8
19 changed files with 97 additions and 12 deletions
|
@ -17,6 +17,9 @@ version_added: 3.8.0
|
|||
description:
|
||||
- Retrieve information about one or more Proxmox VE tasks.
|
||||
author: 'Andreas Botzner (@paginabianca) <andreas at botzner dot com>'
|
||||
attributes:
|
||||
action_group:
|
||||
version_added: 9.0.0
|
||||
options:
|
||||
node:
|
||||
description:
|
||||
|
@ -29,9 +32,10 @@ options:
|
|||
aliases: ['upid', 'name']
|
||||
type: str
|
||||
extends_documentation_fragment:
|
||||
- community.general.proxmox.documentation
|
||||
- community.general.attributes
|
||||
- community.general.attributes.info_module
|
||||
- community.general.proxmox.actiongroup_proxmox
|
||||
- community.general.proxmox.documentation
|
||||
- community.general.attributes
|
||||
- community.general.attributes.info_module
|
||||
'''
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue