summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-09-01 20:27:14 +0200
committerAhmed Abdelhalim <[email protected]>2025-09-01 20:30:53 +0200
commit3539ae655847b89858d232f78b82cc6cd4924426 (patch)
tree20c66101c2c6ed1b0304e663449833545f719636
parent16dce63ea4027390b152e7064b8b4e6bf1a18518 (diff)
Add testing of wireguard_gateway role
-rw-r--r--molecule/default/converge.yml1
-rw-r--r--roles/wireguard_gateway/handlers/main.yml2
2 files changed, 2 insertions, 1 deletions
diff --git a/molecule/default/converge.yml b/molecule/default/converge.yml
index a644fe84..b32d5f39 100644
--- a/molecule/default/converge.yml
+++ b/molecule/default/converge.yml
@@ -41,6 +41,7 @@
- role: "homebrew"
- role: "python"
- role: "wireguard"
+ - role: "wireguard_gateway"
- role: "pihole"
when:
- lookup('ansible.builtin.env', 'MOLECULE_DISTRO') == 'ubuntu' or
diff --git a/roles/wireguard_gateway/handlers/main.yml b/roles/wireguard_gateway/handlers/main.yml
index 4bffa794..4b7cb2f2 100644
--- a/roles/wireguard_gateway/handlers/main.yml
+++ b/roles/wireguard_gateway/handlers/main.yml
@@ -3,4 +3,4 @@
become: true
ansible.builtin.command:
cmd: "sysctl -p"
- changed_when: false \ No newline at end of file
+ changed_when: false