[PR #7591/19984ce4 backport][stable-6] Update proxmox_tasks_info.py (#7593)
Update proxmox_tasks_info.py (#7591)
fix typo
I spend 3 hours because of this mistake
(cherry picked from commit 19984ce4df
)
Co-authored-by: Андрей Неустроев <99169437+aneustroev@users.noreply.github.com>
pull/7607/head
parent
2f64e8c732
commit
3c021dc4fc
|
@ -37,7 +37,7 @@ extends_documentation_fragment:
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: List tasks on node01
|
- name: List tasks on node01
|
||||||
community.general.proxmox_task_info:
|
community.general.proxmox_tasks_info:
|
||||||
api_host: proxmoxhost
|
api_host: proxmoxhost
|
||||||
api_user: root@pam
|
api_user: root@pam
|
||||||
api_password: '{{ password | default(omit) }}'
|
api_password: '{{ password | default(omit) }}'
|
||||||
|
@ -47,7 +47,7 @@ EXAMPLES = '''
|
||||||
register: result
|
register: result
|
||||||
|
|
||||||
- name: Retrieve information about specific tasks on node01
|
- name: Retrieve information about specific tasks on node01
|
||||||
community.general.proxmox_task_info:
|
community.general.proxmox_tasks_info:
|
||||||
api_host: proxmoxhost
|
api_host: proxmoxhost
|
||||||
api_user: root@pam
|
api_user: root@pam
|
||||||
api_password: '{{ password | default(omit) }}'
|
api_password: '{{ password | default(omit) }}'
|
||||||
|
|
Loading…
Reference in New Issue