Does this mean that when I would set ignore_errors=True that the next task of that host would be executed?
On Thu, Oct 6, 2022 at 5:15 PM Brian Coca <[email protected]> wrote: > ignore_errors is used to 'report the error, but that we also ignored > the consequences of it' meaning that the task failed for the host but > that the host was not removed from 'active hosts'. the default > callback adds an 'ignoring error' message in this case. > > > > -- > ---------- > 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/ansible-project/CACVha7dH%2B_UQfPncd7Wy6U7nvFSCKkeHox%3D8Fje7TsJmrby3BQ%40mail.gmail.com > . > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CAPMYB%3D0jqz0gTeQke_WbDiWodVShpUM2zuWyzJQ68_kOsernBQ%40mail.gmail.com.
