You only need to implement the methods you are concerned with. Omission of a method is allowed.
On Thu, Oct 6, 2022 at 10:26 AM Stefan Coussens <[email protected]> wrote: > Is it correct that I can just leave out the entire v2_runner_on_failed > since the interface does the same thing (pass) and I do not need to > override the method? > > > On Thursday, October 6, 2022 at 5:15:05 PM UTC+2 Brian Coca 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/e1578b74-1d38-438b-8083-0f9ac9e7bc48n%40googlegroups.com > <https://groups.google.com/d/msgid/ansible-project/e1578b74-1d38-438b-8083-0f9ac9e7bc48n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- Matt Martz @sivel sivel.net -- 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/CAD8N0v-pECBYYpOdwDJiPjWWFRs64GvXdRrvp_C-P5wS4ru%2Bow%40mail.gmail.com.
