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 to do this with the new schema?
Thanks,
Dave