Ignoring failed tasks in ansible
From Notes_Wiki
<yambe:breadcrumb>Ansible_tips_and_tricks|Ansible tips and tricks</yambe:breadcrumb>
Ignoring failed tasks in ansible
Ansible will stop continuing running next set of tasks on a given host, if any single task fails. To ignore failure of a task use:
ignore-errors: yes
option for the given task.