Re: [ansible-project] How to loop var number of times with Ansible 2.5

2018-03-27 Thread Kai Stian Olstad
On Tuesday, 27 March 2018 21.38.32 CEST ddrake2...@gmail.com wrote: > Hi, > > Just looking over the new looping documentation for Ansible 2.5 and I'm not > sure how to loop a var number of times. It seems that everything now needs > to be a list that is fed into loop. We used to be able to run >

[ansible-project] How to loop var number of times with Ansible 2.5

2018-03-27 Thread ddrake2012
Hi, Just looking over the new looping documentation for Ansible 2.5 and I'm not sure how to loop a var number of times. It seems that everything now needs to be a list that is fed into loop. We used to be able to run "with_sequence: count=var" To loop var number of times. Is there any easy way