mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
[PR #7397/cdb19ab8 backport][stable-7] Update proxmox.py (#7398)
Update proxmox.py (#7397)
fix simple typo
(cherry picked from commit cdb19ab8c1
)
Co-authored-by: Dustin Rue <ruedu@dustinrue.com>
This commit is contained in:
parent
5100d972b3
commit
22735bcc73
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ DOCUMENTATION = '''
|
||||||
type: bool
|
type: bool
|
||||||
qemu_extended_statuses:
|
qemu_extended_statuses:
|
||||||
description:
|
description:
|
||||||
- Requires O(want_facts) to be set to V(true) to function. This will allow you to differentiate betweend C(paused) and C(prelaunch)
|
- Requires O(want_facts) to be set to V(true) to function. This will allow you to differentiate between C(paused) and C(prelaunch)
|
||||||
statuses of the QEMU VMs.
|
statuses of the QEMU VMs.
|
||||||
- This introduces multiple groups [prefixed with O(group_prefix)] C(prelaunch) and C(paused).
|
- This introduces multiple groups [prefixed with O(group_prefix)] C(prelaunch) and C(paused).
|
||||||
default: false
|
default: false
|
||||||
|
|
Loading…
Reference in a new issue