ansible/changelogs/fragments/ovirt_vm__Fix_initialization_of_cloud_init.yaml
Ondra Machacek c204214df4 ovirt_vm: Fix initialization of cloud init
Fixes: https://github.com/ansible/ansible/issues/45900

This PR fixes the case when the cloud_init_persist was used, but we
still sent use_cloud_init=False, which is in oVirt API evaluated as not
to use cloud_init in first VM execution. This patch is changing it to
send just None, instead of False.

Signed-off-by: Ondra Machacek <omachace@redhat.com>
2018-10-23 06:30:22 -07:00

2 lines
107 B
YAML

bugfixes:
- ovirt_vm - Fix initialization of cloud init (https://github.com/ansible/ansible/pull/47354).