Skip to content

Fix deprecation#151

Open
C0rn3j wants to merge 1 commit into
gantsign:masterfrom
C0rn3j:patch-1
Open

Fix deprecation#151
C0rn3j wants to merge 1 commit into
gantsign:masterfrom
C0rn3j:patch-1

Conversation

@C0rn3j

@C0rn3j C0rn3j commented Mar 7, 2026

Copy link
Copy Markdown
Contributor
[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: /root/.ansible/roles/gantsign.visual-studio-code-extensions/tasks/main.yml:10:7

 8 - name: Include package manager specific vars
 9   with_first_found:
10     - '../vars/pkg-mgr/{{ ansible_pkg_mgr }}.yml'
         ^ column 7

Use `ansible_facts["fact_name"]` (no `ansible_` prefix) instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant