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

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

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