mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-03-26 19:03:16 +00:00
ansible-core 2.19 changes the way templates are trusted and provides a new way of patching module args in unit tests. With this commit the following changes are made to ensure compatibility with ansible-core >= 2.19: - Mark inputs to composable as trusted to align with the new template trust model. - Utilize the updated method for patching module arguments in unit tests if available. - Replace direct access to the self._cache attribute with the inventory's cache property. Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>