From f34cd9ddb990e5b594669eda0428c98ad7b207cd Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Fri, 24 Nov 2023 21:27:28 +0100 Subject: [PATCH] [PR #7591/19984ce4 backport][stable-7] Update proxmox_tasks_info.py (#7594) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update proxmox_tasks_info.py (#7591) fix typo I spend 3 hours because of this mistake (cherry picked from commit 19984ce4df852b5660baafffcf61063ca6d7a92a) Co-authored-by: Андрей Неустроев <99169437+aneustroev@users.noreply.github.com> --- plugins/modules/proxmox_tasks_info.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/modules/proxmox_tasks_info.py b/plugins/modules/proxmox_tasks_info.py index a2e66b38dc..d31a04980b 100644 --- a/plugins/modules/proxmox_tasks_info.py +++ b/plugins/modules/proxmox_tasks_info.py @@ -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) }}'