From dc323fa9d3d9623e4214b5ac39abcad235d7cf0e Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Thu, 4 Sep 2025 03:22:07 +0200 Subject: Refactor molecule testing to run a scenario per distro and fix ipv6 --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b894e31b..a3ca9127 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,6 +46,10 @@ jobs: run: | rm host_vars/*.yml rm group_vars/*.yml + - name: Copy group_vars example files + run: | + # Use example group_vars files for testing instead of encrypted files + for f in group_vars/*.example; do mv "$f" "$(echo "$f" | sed s/\.example//)"; done - name: Run env: PY_COLORS: 1 -- cgit v1.2.3