ansible-role-docker
ansible-role-docker copied to clipboard
[DEPRECATION WARNING]: INJECT_FACTS_AS_VARS default to `True` is deprecated
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.
I've just tagged 7.9.0, which should fix that issue.