[ovirt-users] Re: deployment fails - debug: var=server_cpu_dict

2021-06-06 Thread Strahil Nikolov via Users
Thanks Didi, it will be even better if we see the output of the debug with and without edk2-ovmf. Best Regards,Strahil Nikolov On Sun, Jun 6, 2021 at 9:29, Yedidyah Bar David wrote: On Fri, Jun 4, 2021 at 9:04 PM Strahil Nikolov via Users wrote: > > We need to identify the var value. >

[ovirt-users] Re: deployment fails - debug: var=server_cpu_dict

2021-06-06 Thread Yedidyah Bar David
On Fri, Jun 4, 2021 at 9:04 PM Strahil Nikolov via Users wrote: > > We need to identify the var value. > > Can you add something like this before the problematic task: > - name: DEBUG > debug: > var: server_cpu_list > > In cockpit, before running it, there is an option to edit the playbook.

[ovirt-users] Re: deployment fails - debug: var=server_cpu_dict

2021-06-04 Thread Strahil Nikolov via Users
We need to identify the var value. Can you add something like this before the problematic task:- name: DEBUG  debug:    var: server_cpu_list In cockpit, before running it, there is an option to edit the playbook. Best Regards,Strahil Nikolov On Fri, Jun 4, 2021 at 16:57, lejeczek via Users

[ovirt-users] Re: deployment fails - debug: var=server_cpu_dict

2021-06-04 Thread lejeczek via Users
On 04/06/2021 08:41, Strahil Nikolov wrote: Maybe you can provide the error ? Best Regards, Strahil Nikolov If it's about taking out 'debug' from the file mentioned above then - no - deployment still fails at that same step with slightly different error message. [ ERROR ]

[ovirt-users] Re: deployment fails - debug: var=server_cpu_dict

2021-06-04 Thread Strahil Nikolov via Users
Maybe you can provide the error ? Best Regards,Strahil Nikolov If it's about taking out 'debug' from the file mentioned above then - no - deployment still fails at that same step with slightly different error message. ___ Users mailing list --

[ovirt-users] Re: deployment fails - debug: var=server_cpu_dict

2021-06-04 Thread lejeczek via Users
On 02/06/2021 18:29, Strahil Nikolov wrote: As per https://github.com/oVirt/ovirt-ansible-collection/commit/b506a125efc1901e7f15fbfcfe53b2c7352316b8 it was removed from the code. Can you remove all 'debug' tasks and try again ? Best Regards, Strahil Nikolov On Wed, Jun 2, 2021 at

[ovirt-users] Re: deployment fails - debug: var=server_cpu_dict

2021-06-02 Thread Strahil Nikolov via Users
As per  https://github.com/oVirt/ovirt-ansible-collection/commit/b506a125efc1901e7f15fbfcfe53b2c7352316b8 it was removed from the code. Can you remove all 'debug' tasks and try again ? Best Regards,Strahil Nikolov On Wed, Jun 2, 2021 at 20:12, lejeczek via Users wrote: Hi guys, my: -> $