Hello,
I’m currently developing a module used to connect to network devices using Exscript and Ansible as local connection.
I’d like to know if ansible module is able to tell the playbook stats if the remote device is unreachable rather that failed.
When using the local connection, it is currently impossible to have device unreachable state (as we run the module on the local machine).
When the ansible module fails for some reason, it automatically set the fail state without option to set unreachable to my knowledge.
Does anyone has any insight regarding this “issue” ?