nornir-automation / nornir

Pluggable multi-threaded framework with inventory management to help operate collections of devices
https://nornir.readthedocs.io/
Apache License 2.0
1.37k stars 233 forks source link

Add changed() for AggregatedResult #878

Open ohai89 opened 9 months ago

ohai89 commented 9 months ago

Hi,

Found myself in need for checking whether a subset of tasks run on multiple hosts returns any changes on any of the hosts.

This is so that I can just check for the returned bool and continue operation based on that.

The property exists for MultiResult, but didn't for AggregatedResult.