Ignoring failed tasks in ansible

From Notes_Wiki

Home > CentOS > CentOS 6.x > System administration tools > ansible > Ansible tips and tricks > 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.



Home > CentOS > CentOS 6.x > System administration tools > ansible > Ansible tips and tricks > Ignoring failed tasks in ansible