ERROR HANDLING IN ANSIBLE

INTRODUCTION – Managing errors is one of the major challenges while working with any code, the same goes with ansible. It has its own ways of managing errors, whenever ansible encounters an error it stops the execution by default like…