[ansible-project] Re: Creating multiple rules on an AWS load balancer listener

2018-02-05 Thread george
So if we pretend I was updating two ALBs with their own rulesets, I'd be trying to loop within a loop? I'll give nested loops a try in that case. Thanks On Monday, February 5, 2018 at 3:44:34 AM UTC, eshan TANDON wrote: > > Hi There, > Seems like the code is executing the entire block twice, ie

[ansible-project] Re: Creating multiple rules on an AWS load balancer listener

2018-02-04 Thread eshan TANDON
Hi There, Seems like the code is executing the entire block twice, ie the ELB creation is getting executed twice. Here is the reference document: http://docs.ansible.com/ansible/latest/playbooks_loops.html -- - name: add