From 689c370f770aac5ee76c3806291ade93667aa1b9 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sat, 13 Sep 2025 22:15:00 +0200 Subject: Remove the idempotence ignore test in wireguard Since the ACL fix probably fixed this one too --- roles/wireguard/tasks/main.yml | 2 -- 1 file changed, 2 deletions(-) (limited to 'roles/wireguard') 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 -- cgit v1.2.3