summaryrefslogtreecommitdiffstats
path: root/roles/wireguard
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-09-13 22:15:00 +0200
committerAhmed Abdelhalim <[email protected]>2025-09-13 22:20:16 +0200
commit689c370f770aac5ee76c3806291ade93667aa1b9 (patch)
treed83df3c95836100be18bf47f699008ff60bad296 /roles/wireguard
parentc10b52fb07dd4c92e827b64bf3ac673c69d9d14f (diff)
Remove the idempotence ignore test in wireguard
Since the ACL fix probably fixed this one too
Diffstat (limited to 'roles/wireguard')
-rw-r--r--roles/wireguard/tasks/main.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/roles/wireguard/tasks/main.yml b/roles/wireguard/tasks/main.yml
index 27a2f864..e8680933 100644
--- a/roles/wireguard/tasks/main.yml
+++ b/roles/wireguard/tasks/main.yml
@@ -19,8 +19,6 @@
backup: true
with_items: "{{ wireguard_connections.keys() }}"
when: wireguard_connections | length > 0
- tags:
- - molecule-idempotence-notest
- name: "Configure autostart connection"
become: true