mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update proxmox_tasks_info.py (#7591)
fix typo I spend 3 hours because of this mistake
This commit is contained in:
parent
fce91ebbd4
commit
19984ce4df
1 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ extends_documentation_fragment:
|
|||
|
||||
EXAMPLES = '''
|
||||
- name: List tasks on node01
|
||||
community.general.proxmox_task_info:
|
||||
community.general.proxmox_tasks_info:
|
||||
api_host: proxmoxhost
|
||||
api_user: root@pam
|
||||
api_password: '{{ password | default(omit) }}'
|
||||
|
@ -47,7 +47,7 @@ EXAMPLES = '''
|
|||
register: result
|
||||
|
||||
- name: Retrieve information about specific tasks on node01
|
||||
community.general.proxmox_task_info:
|
||||
community.general.proxmox_tasks_info:
|
||||
api_host: proxmoxhost
|
||||
api_user: root@pam
|
||||
api_password: '{{ password | default(omit) }}'
|
||||
|
|
Loading…
Reference in a new issue