From 61a0dc43700d7c6d8dcf0e24b82bacfe1902a288 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 7 May 2023 20:58:15 +0200 Subject: [PATCH] proxmox_kvm: remove non-working example (#6498) Remove non-working example. --- plugins/modules/proxmox_kvm.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/plugins/modules/proxmox_kvm.py b/plugins/modules/proxmox_kvm.py index f240216850..b34ad82a7f 100644 --- a/plugins/modules/proxmox_kvm.py +++ b/plugins/modules/proxmox_kvm.py @@ -769,15 +769,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