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>
pull/42789/merge
Christian Rebischke 6 years ago 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

Loading…
Cancel
Save