Closed abhi1693 closed 2 years ago
You can manipulate results structure using to_dict arguments https://salt-nornir.readthedocs.io/en/latest/Nornir%20Execution%20Module.html#to-dict, e.g. set add_details=True will give you the status of command execution
This worked as expected, thanks.
I have been trying to figure out if there is a way to know whether the result I received is a success or false, but it's not evident from the response. Am I missing anything with the configuration? I have only done the configuration exactly as per the getting started guide