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 | a97e13a86f1fc16a75b5fd83a6dd74b2e694f314 (patch) | |
| tree | 1fc3ee0876acaf5f13254a9615d137482bb3508e /molecule/archlinux | |
| parent | eaeb038e785c764725ccb3a58019b62bdb358e4e (diff) | |
Refactor molecule testing to run a scenario per distro and fix ipv6
Diffstat (limited to 'molecule/archlinux')
| -rw-r--r-- | molecule/archlinux/converge.yml | 3 | ||||
| -rw-r--r-- | molecule/archlinux/molecule.yml | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/molecule/archlinux/converge.yml b/molecule/archlinux/converge.yml index 228ab6d9..36ad820b 100644 --- a/molecule/archlinux/converge.yml +++ b/molecule/archlinux/converge.yml @@ -11,7 +11,8 @@ locales: - "en_US.UTF-8 UTF-8" timezone: "GMT" - + wireguard_autostart_connection: "" + wireguard_gateway_enabled: true python_global_version: "3.13" python_versions: - "3.13" diff --git a/molecule/archlinux/molecule.yml b/molecule/archlinux/molecule.yml index 9fdd7912..5efddcd8 100644 --- a/molecule/archlinux/molecule.yml +++ b/molecule/archlinux/molecule.yml @@ -8,6 +8,7 @@ driver: name: podman platforms: - name: archlinux + image: archlinux dockerfile: Dockerfile.j2 platform: "linux/amd64" pre_build_image: false |
