c204214df4
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>
2 lines
107 B
YAML
2 lines
107 B
YAML
bugfixes:
|
|
- ovirt_vm - Fix initialization of cloud init (https://github.com/ansible/ansible/pull/47354).
|