allowing actions to fail?

Hi,
I want to allow some actions like this one to fail:
  - name: no avahi-dnsconfd
    action: chkconfig avahi-dnsconfd off

I'm sure I read this in the documentation on Friday but now I can't
find the syntax. Can someone send me the page or the option?

Thanks,
James

Use the service module with enabled=no, there is no need to use the ignore errors option.

See the Advanced Playbooks page in docs to see how that works though.

-- Michael