<div dir="ltr"><div><div><div><div><div><div><div><div><div><div><div><div>Hi,<br><br></div>I was trying to initialize more than one nic via cloud init using ansible as shown below<br></div><div><br></div><div>vars:</div><div>   myNicList: [ { nic_name: &quot;eth0, nic_boot_protocol: &quot;dhcp&quot;, nic_on_boot: &quot;true&quot;},{ nic_name: &quot;eth0, nic_boot_protocol: &quot;dhcp&quot;, nic_on_boot: &quot;true&quot;} ]<br></div><div><br></div>ovirt_vms:<br></div>   auth: &quot;{{ ovirt_auth }}&quot;<br></div>   name: test<br>   ...<br></div>   cloud_init_nics : &quot;{{ myNicList }}&quot;<br><br></div>Here I am getting error object is type none.<br></div>When I tired to debug ovirt_vms module it showed me below outpu:<br>   <br></div>   cloud_init_nics: [<br>       {},<br>       {}<br>   ]<br><br></div>My quesion is, how can I pass list of dictionary in ansible to ovirt_vms via variable ?<br><br></div>Please help me, I am stuck.<br><br></div>Thanks,<br></div>~Rohit<br></div>