redhat-cop / infra.leapp

Collection of Ansible roles for automating RHEL in-place upgrades using Leapp.
MIT License
43 stars 33 forks source link

Allow failing analysis role in case of inhibitors #191

Closed myllynen closed 1 month ago

myllynen commented 1 month ago

When running the analysis against a large number of hosts and addressing found inhibitors, it would be nice to be able to request the analysis role to fail in case inhibitors were found. That way if we run the role against thousands of hosts and the role doesn't fail we know that no inhibitors were found without reading the logs for each and every host. Thanks.

myllynen commented 1 month ago

Whoops, I forgot the variable upgrade_inhibited, I think that's just all what's needed, closing.