summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2025-09-04 03:22:07 +0200
committerAhmed AbdelHalim <[email protected]>2025-09-04 03:22:07 +0200
commita97e13a86f1fc16a75b5fd83a6dd74b2e694f314 (patch)
tree1fc3ee0876acaf5f13254a9615d137482bb3508e /.github
parenteaeb038e785c764725ccb3a58019b62bdb358e4e (diff)
Refactor molecule testing to run a scenario per distro and fix ipv6
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
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