mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07: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:
parent
19116e0102
commit
66a8711ecb
1 changed files with 1 additions and 1 deletions
|
@ -513,7 +513,7 @@ EXAMPLES = '''
|
|||
api_host : helldorado
|
||||
name : spynal
|
||||
node : sabrewulf
|
||||
cpu : 8
|
||||
cores : 8
|
||||
memory : 16384
|
||||
update : yes
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue