📢 Release Notes - v2.3.7
🗓 Date: April 21, 2026
Bug Fixes
-
Replaced deprecated top-level
ansible_*fact variables withansible_facts["..."]dict syntax- Migrated all
ansible_os_familyreferences toansible_facts["os_family"]inupgrade_os.yamlandmain.yaml. - Migrated
ansible_default_ipv4.network/.prefixtoansible_facts['default_ipv4']['network']/['prefix']inapply_rules.yaml. - Prevents playbook breakage when
INJECT_FACTS_AS_VARSis removed in ansible-core 2.24. - Fully backward-compatible with Ansible 2.5+.
- Migrated all
-
Suppressed false
changedstatus on version cache fetch task- Added
changed_when: falseto the fetch task inversion_cache_check_in_control_planerole. - The task only reads a cache file and should not report a change.
- Added
Full Changelog: v2.3.6...v2.3.7