ansible-role-docker icon indicating copy to clipboard operation
ansible-role-docker copied to clipboard

[DEPRECATION WARNING]: INJECT_FACTS_AS_VARS default to `True` is deprecated

Open dword-design opened this issue 3 weeks ago • 1 comments

Getting this deprecation warning:

[DEPRECATION WARNING]: INJECT_FACTS_AS_VARS default to `True` is deprecated, top-level facts will not be auto injected after the change. This feature will be removed from ansible-core version 2.24.
Origin: /home/runner/.ansible/roles/geerlingguy.docker/tasks/main.yml:7:11
5     params:
6       files:
7         - '{{ansible_distribution}}.yml'
            ^ column 11
Use `ansible_facts["fact_name"]` (no `ansible_` prefix) instead.

dword-design avatar Dec 01 '25 21:12 dword-design

I've just tagged 7.9.0, which should fix that issue.

geerlingguy avatar Dec 01 '25 21:12 geerlingguy