From 66a8711ecb6279205026401ad8bc195c2eb4a221 Mon Sep 17 00:00:00 2001 From: Christian Rebischke Date: Sat, 18 Aug 2018 11:39:18 +0200 Subject: [PATCH] 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 --- lib/ansible/modules/cloud/misc/proxmox_kvm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/misc/proxmox_kvm.py b/lib/ansible/modules/cloud/misc/proxmox_kvm.py index 5c03da4dc27..f54eedde6bc 100644 --- a/lib/ansible/modules/cloud/misc/proxmox_kvm.py +++ b/lib/ansible/modules/cloud/misc/proxmox_kvm.py @@ -513,7 +513,7 @@ EXAMPLES = ''' api_host : helldorado name : spynal node : sabrewulf - cpu : 8 + cores : 8 memory : 16384 update : yes