When initially trying to get an elaborate playbook to work, it's very costly to repeat the process when a single task fails.
I'd like the playbook to automatically pause on a task that I haven't set `ignore_errors: True` on, let me manually do what the task intended to do, then let the playbook abort that particular task and continue. This way I can make an presumptive fix to the failing task, but let Ansible continue with the rest of the tasks, without having to re-run the playbook for every single error. Are using `retry` files the right way to do this, or is there another way? - Neil -- 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 [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/7214275e-a51c-4ad8-8064-6ca7710ea104%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
