diff options
| author | Ahmed AbdelHalim <[email protected]> | 2026-01-24 00:33:50 +0100 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2026-01-24 01:03:37 +0100 |
| commit | ce8eaa97edc29485f81e7f95ad2abdf8c0573629 (patch) | |
| tree | 198f009230b71c23275400826a2f60e50f01360a /.github | |
| parent | e09d03bc5e6feb1bb21ffaf9a41cab9f94cd718e (diff) | |
Fix ansible 2.20.1 deprecation warning about ansible_vars
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ee6fcde..fbcc9fff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: with: python-version: "3.13" - name: Install dependencies - run: pip3 install ansible-core==2.19.3 molecule==25.9.0 molecule-plugins[docker,podman]==25.8.12 + run: pip3 install ansible-core==2.20.1 molecule==25.9.0 molecule-plugins[docker,podman]==25.8.12 - name: Remove encrypted var files run: | rm host_vars/*.yml |
