Re: [ansible-project] issue to use variable for retries in the loop

2014-07-03 Thread Maxime Bellier
Hi, Have you found a workaround to that issue? I would like to do the same... Regards. -- 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

[ansible-project] issue to use variable for retries in the loop

2014-02-03 Thread jack
Hi, we are trying to use the variable for the value of retries at loop. But always hit an error. We are using ansible version 1.4.3. Here is the sample test playbook: - hosts: test-servers vars: tries: 5 tasks: - name: test debug: msg=looping register: output

Re: [ansible-project] issue to use variable for retries in the loop

2014-02-03 Thread Michael DeHaan
This is probably not something the system is templating out, but should. Please make sure you have filed a github.com/ansible/ansible ticket with the above info so we can add templating to this call. Thanks! On Mon, Feb 3, 2014 at 4:11 PM, jack jackma1...@gmail.com wrote: Hi, we are trying

Re: [ansible-project] issue to use variable for retries in the loop

2014-02-03 Thread jack
Here is the issue just created: https://github.com/ansible/ansible/issues/5865 Thanks Jack On Monday, February 3, 2014 1:20:54 PM UTC-8, Michael DeHaan wrote: This is probably not something the system is templating out, but should. Please make sure you have filed a