In ansbile playbook, the below style can be used to check the result of a script or command, and give a meaningful message if the task fails. – name: check stack existance hosts: localhost any_errors_fatal: True tasks: – name: check… Read More
Technology Makes Life Better!
In ansbile playbook, the below style can be used to check the result of a script or command, and give a meaningful message if the task fails. – name: check stack existance hosts: localhost any_errors_fatal: True tasks: – name: check… Read More