From f93dd15e52140d8e2fb5462ed009a954f1885572 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Wed, 20 Aug 2025 23:37:21 +0200 Subject: Add wireguard role and fix testing The testing was failing because the use of the example files with the same domain names, resulted in the files and the molecule variable were being merged and therefore running tasks that would fail on test (example, setting a fake VPN connection that wouldn't start). --- site.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'site.yml') diff --git a/site.yml b/site.yml index 3321e889..2a11b581 100644 --- a/site.yml +++ b/site.yml @@ -17,6 +17,7 @@ become: true ansible.builtin.package: update_cache: true + failed_when: false - name: "Dev machines configure" gather_facts: true @@ -26,6 +27,7 @@ roles: - role: "locales" - role: "timezone" + - role: "wireguard" - role: "homebrew" - role: "python" -- cgit v1.2.3