From 22735bcc7316f93c7db0b12326f11b886f3fa1f1 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Sun, 15 Oct 2023 18:58:37 +0200 Subject: [PATCH] [PR #7397/cdb19ab8 backport][stable-7] Update proxmox.py (#7398) Update proxmox.py (#7397) fix simple typo (cherry picked from commit cdb19ab8c173b2ac9352d07a320da112c8d3dd72) Co-authored-by: Dustin Rue --- plugins/inventory/proxmox.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/inventory/proxmox.py b/plugins/inventory/proxmox.py index d0053afbd7..c6f70a4566 100644 --- a/plugins/inventory/proxmox.py +++ b/plugins/inventory/proxmox.py @@ -102,7 +102,7 @@ DOCUMENTATION = ''' type: bool qemu_extended_statuses: description: - - Requires O(want_facts) to be set to V(true) to function. This will allow you to differentiate betweend C(paused) and C(prelaunch) + - Requires O(want_facts) to be set to V(true) to function. This will allow you to differentiate between C(paused) and C(prelaunch) statuses of the QEMU VMs. - This introduces multiple groups [prefixed with O(group_prefix)] C(prelaunch) and C(paused). default: false