Lukas Phase

Results 2 comments of Lukas Phase

- Task version: v3.38.0 (h1:O7kgA6BfwktXHPrheByQO46p3teKtRuq1EpGnFxNzbo=) - Operating System: Windows 11 - Experiments Enabled: no This works as expected when defining vars at the task level: ```yaml dotenv: - sandwich.env vars:...

If you've installed `ansible-lint` using `uv tool`/`uvx` you can achieve a similar workaround to @manheraz's `pipx` approach with this command: ``` uv tool install ansible-lint --with ansible-compat==24.10.0 ```