diff --git a/plugins/modules/proxmox_kvm.py b/plugins/modules/proxmox_kvm.py index fe55470443..1dba5f4eaf 100644 --- a/plugins/modules/proxmox_kvm.py +++ b/plugins/modules/proxmox_kvm.py @@ -763,15 +763,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