Hi,
I have a problem with variables.
this is correct:
.....
- debug:
msg: "{{ vm_list.virtual_machines.SRV1.uuid }}"
....
but, i need:
.....
register: vmname
- debug:
msg: "{{ vm_list.virtual_machines.{{ vmname }}.uuid }}"
....
how do i have to do it?
thx
--
You received this message because you are subscribed to the Google Groups
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/ansible-project/9b587921-51c1-42c0-8684-cb3fed56f454%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.