Re: [ansible-project] How to loop over result and retry in the same task?

2018-02-08 Thread Brian Coca
you CAN retry the first task, use until condition, i dont see a block
of tasks ...





-- 
--
Brian Coca

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/CACVha7faqPsi3Mvs7shJirV8nNQRvdhxmqf5Y7x2EWr1kGx%2BHw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [ansible-project] How to loop over result and retry in the same task?

2018-02-08 Thread Eric Chong
But I want to retry the first task until expected result.  I don't see a 
way for Ansible to retry a bock of tasks.

On Tuesday, February 6, 2018 at 12:31:16 PM UTC-5, Brian Coca wrote:
>
> you cannot loop over the results of your task that is generating those 
> results, you CAN loop over the results of one task in a second task. 
>
>
>
>
>
> -- 
> -- 
> Brian Coca 
>

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/9701d9b4-3c86-4521-9baa-4fd6b078e17e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [ansible-project] How to loop over result and retry in the same task?

2018-02-06 Thread Brian Coca
you cannot loop over the results of your task that is generating those
results, you CAN loop over the results of one task in a second task.





-- 
--
Brian Coca

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/CACVha7dP%2B-Wa6wnNKEBZTTnPcNJS7Odj0MfVPPwOPNJ6%3DWmQsg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.