Hi
I have means to generate a variables file which will look like:
---
pools:
name1:
x: ['1','1','1','1','2','2','2','2','3','3','3']
y: ['0','0','0','0','0','0','0','0','0','0','0']
z: ['1','2','3','4','1','2','3','4','1','2','3']
name2:
x: ['1','1','1','1','2','2','2','2','3']
y: ['0','0','0','0','0','0','0','0','0']
z: ['1','2','3','4','1','2','3','4','1']
but I'm not able to surf thru this using with_together or with_dict.
Totally confused how to do this.
I basically need to sift in below fashion:
[1,0,1]
[1,0,2]
[1,0,3]
[1,0,4]
[1,0,1]
[1,0,2]
[1,0,3]
[1,0,4]
[1,0,1]
[1,0,2]
[1,0,3]
when: item.key == name1
--
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/65acd5b2-a937-4217-af62-d4f9c2a2b15a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.