mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
This reverts commit 61a0dc4370
.
This commit is contained in:
parent
2d6e369d81
commit
92ea63e20b
1 changed files with 9 additions and 0 deletions
|
@ -788,6 +788,15 @@ 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