Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
preinstall: fix checking that excluded host are cached (#11693)
- Lookup was not returning a list, making the difference filter spit out garbage -> query always return a list - hostvars is a dictionnary, so convert to list before selectattr and map back to only get keys
- Loading branch information