mirror of https://github.com/ansible/ansible.git
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>pull/47282/head
parent
025c183307
commit
c204214df4
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- ovirt_vm - Fix initialization of cloud init (https://github.com/ansible/ansible/pull/47354).
|
||||
Loading…
Reference in New Issue