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
>
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