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 /molecule/archlinux | |
| parent | 6725e4cc8f4e91b4215813171fa06d365721abed (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 |
