compatcheck: Use new ansible facts syntax
This commit is contained in:
@@ -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 }})
|
||||
|
||||
Reference in New Issue
Block a user