Anternative way to handle errors in Ansible
Today I found a new way to handle errors in Ansible. Do you know you can register variables even for things like set_fact
? And that this variables always carry 'failed
' attribute for a task? Combine this with ‘ignore_errors
’ statement and you have an…