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:
Christian Rebischke 2018-08-18 11:39:18 +02:00 committed by ansibot
parent 19116e0102
commit 66a8711ecb

View file

@ -513,7 +513,7 @@ EXAMPLES = '''
api_host : helldorado
name : spynal
node : sabrewulf
cpu : 8
cores : 8
memory : 16384
update : yes