diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-09-04 03:22:07 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-09-04 03:22:07 +0200 |
| commit | dc323fa9d3d9623e4214b5ac39abcad235d7cf0e (patch) | |
| tree | 1fc3ee0876acaf5f13254a9615d137482bb3508e /.github | |
| parent | 6725e4cc8f4e91b4215813171fa06d365721abed (diff) | |
Refactor molecule testing to run a scenario per distro and fix ipv6
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
