Ignore Error in Ansible playbook

  In this tutorial, we will learn to ignore error in ansible playbook. While Executing play book if any error occurred in a task. Remaining tasks will get ignored Some Cases we want to ignore the error. Ansible provide option to ignore error on Exception handling  below is the Syntax to ignore error in ansible … Continue reading Ignore Error in Ansible playbook