diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-09-13 22:15:00 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-09-13 22:20:16 +0200 |
| commit | 689c370f770aac5ee76c3806291ade93667aa1b9 (patch) | |
| tree | d83df3c95836100be18bf47f699008ff60bad296 /roles/wireguard | |
| parent | c10b52fb07dd4c92e827b64bf3ac673c69d9d14f (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.yml | 2 |
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 |
