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/ubuntu | |
| parent | 6725e4cc8f4e91b4215813171fa06d365721abed (diff) | |
Refactor molecule testing to run a scenario per distro and fix ipv6
Diffstat (limited to 'molecule/ubuntu')
| -rw-r--r-- | molecule/ubuntu/converge.yml | 3 | ||||
| -rw-r--r-- | molecule/ubuntu/molecule.yml | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/molecule/ubuntu/converge.yml b/molecule/ubuntu/converge.yml index e80d8441..3cb3e323 100644 --- a/molecule/ubuntu/converge.yml +++ b/molecule/ubuntu/converge.yml @@ -11,7 +11,8 @@ locales: - "en_US.UTF-8 UTF-8" timezone: "GMT" - + wireguard_autostart_connection: "" + wireguard_gateway_enabled: false python_global_version: "3.13" python_versions: - "3.13" diff --git a/molecule/ubuntu/molecule.yml b/molecule/ubuntu/molecule.yml index a034f7fb..75a8ac87 100644 --- a/molecule/ubuntu/molecule.yml +++ b/molecule/ubuntu/molecule.yml @@ -8,6 +8,7 @@ driver: name: podman platforms: - name: ubuntu + image: ubuntu dockerfile: Dockerfile.j2 platform: "linux/amd64" pre_build_image: false |
