From dc323fa9d3d9623e4214b5ac39abcad235d7cf0e Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Thu, 4 Sep 2025 03:22:07 +0200 Subject: Refactor molecule testing to run a scenario per distro and fix ipv6 --- group_vars/all.yml.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'group_vars/all.yml.example') diff --git a/group_vars/all.yml.example b/group_vars/all.yml.example index 8e556313..c2a0bd22 100644 --- a/group_vars/all.yml.example +++ b/group_vars/all.yml.example @@ -34,9 +34,9 @@ python_versions: - "3.11" - "3.13" -wireguard_autostart_connection: "protonvpn-us-1" +wireguard_autostart_connection: "vpn1" wireguard_connections: - protonvpn-us-1: | + vpn1: | [Interface] PrivateKey = your_private_key_here Address = 10.2.0.2/32 -- cgit v1.2.3