Skip to content

v2.3.7

Latest

Choose a tag to compare

@Muthukumar-Subramaniam Muthukumar-Subramaniam released this 21 Apr 18:23
f88fe58

📢 Release Notes - v2.3.7

🗓 Date: April 21, 2026

Bug Fixes

  • Replaced deprecated top-level ansible_* fact variables with ansible_facts["..."] dict syntax

    • Migrated all ansible_os_family references to ansible_facts["os_family"] in upgrade_os.yaml and main.yaml.
    • Migrated ansible_default_ipv4.network / .prefix to ansible_facts['default_ipv4']['network'] / ['prefix'] in apply_rules.yaml.
    • Prevents playbook breakage when INJECT_FACTS_AS_VARS is removed in ansible-core 2.24.
    • Fully backward-compatible with Ansible 2.5+.
  • Suppressed false changed status on version cache fetch task

    • Added changed_when: false to the fetch task in version_cache_check_in_control_plane role.
    • The task only reads a cache file and should not report a change.

Full Changelog: v2.3.6...v2.3.7