summaryrefslogtreecommitdiffstats
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
commitb4149aa10f5ea87b1787b8be3d55d412b9ea24b8 (patch)
treed83df3c95836100be18bf47f699008ff60bad296
parent6b106e48a8c34f844201d3f6cebd9d41b14a56af (diff)
Remove the idempotence ignore test in wireguard
Since the ACL fix probably fixed this one too
-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