mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 16:23:10 +00:00
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>