[PR #6832/92ea63e2 backport][stable-6] Revert "proxmox_kvm: remove non-working example (#6498)" (#6833)
Revert "proxmox_kvm: remove non-working example (#6498)" (#6832) This reverts commitpull/6845/head61a0dc4370
. (cherry picked from commit92ea63e20b
) Co-authored-by: Felix Fontein <felix@fontein.de>
parent
540c92fa62
commit
3405b24fa6
|
@ -763,6 +763,15 @@ EXAMPLES = '''
|
||||||
node: sabrewulf
|
node: sabrewulf
|
||||||
state: absent
|
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
|
- name: Update VM configuration
|
||||||
community.general.proxmox_kvm:
|
community.general.proxmox_kvm:
|
||||||
api_user: root@pam
|
api_user: root@pam
|
||||||
|
|
Loading…
Reference in New Issue