From 5fb79182e9faea09ab61e40bbe6084f10ebe9702 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Sun, 7 May 2023 21:29:48 +0200 Subject: [PATCH] [PR #6498/61a0dc43 backport][stable-5] proxmox_kvm: remove non-working example (#6500) proxmox_kvm: remove non-working example (#6498) Remove non-working example. (cherry picked from commit 61a0dc43700d7c6d8dcf0e24b82bacfe1902a288) Co-authored-by: Felix Fontein --- plugins/modules/cloud/misc/proxmox_kvm.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/plugins/modules/cloud/misc/proxmox_kvm.py b/plugins/modules/cloud/misc/proxmox_kvm.py index 25e252bee9..1f0bc504bf 100644 --- a/plugins/modules/cloud/misc/proxmox_kvm.py +++ b/plugins/modules/cloud/misc/proxmox_kvm.py @@ -744,15 +744,6 @@ EXAMPLES = ''' node: sabrewulf state: absent -- name: Get VM current state - community.general.proxmox_kvm: - api_user: root@pam - api_password: secret - api_host: helldorado - name: spynal - node: sabrewulf - state: current - - name: Update VM configuration community.general.proxmox_kvm: api_user: root@pam