compatcheck: Use new ansible facts syntax

This commit is contained in:
uumas
2026-08-02 00:10:59 +03:00
parent 1afc3338b1
commit 1d5918bc6d
3 changed files with 7 additions and 7 deletions

View File

@@ -15,4 +15,4 @@
{{ distros.append(distro_name ~ distro_package_managers_str) }}
{%- endif -%}
{%- endfor -%}
This role only supports {{ distros | join(', ') }} (You are running {{ ansible_distribution }} {{ ansible_distribution_major_version }} ({{ ansible_pkg_mgr }})
This role only supports {{ distros | join(', ') }} (You are running {{ ansible_facts.distribution }} {{ ansible_facts.distribution_major_version }} ({{ ansible_facts.pkg_mgr }})