mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
fixed proxmox_kvm documentation (#44308)
The documentation defines `cpu` as: ``` default cpu type default value: kvm64 ``` Therefore defining `cpu` with `8` in the `examples` section makes no sense. So changing to `cores`. Signed-off-by: Christian Rebischke <Chris.Rebischke@posteo.de>
This commit is contained in:
committed by
ansibot
parent
19116e0102
commit
66a8711ecb
@@ -513,7 +513,7 @@ EXAMPLES = '''
|
||||
api_host : helldorado
|
||||
name : spynal
|
||||
node : sabrewulf
|
||||
cpu : 8
|
||||
cores : 8
|
||||
memory : 16384
|
||||
update : yes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user