mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
[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 61a0dc4370
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
01f50d249a
commit
5fb79182e9
1 changed files with 0 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue