summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2025-11-03 22:21:12 +0100
committerAhmed AbdelHalim <[email protected]>2025-11-03 22:21:12 +0100
commit5b5d592e12aae9a9ffa40557db78288d39b974d3 (patch)
treec129b864b406e6f29de0e7fe2a88312824db726c /roles
parentb41bad62663b94c95862d8038eec4064d43ed1d2 (diff)
Remove unneeded backup of files in wireguard
Diffstat (limited to 'roles')
-rw-r--r--roles/wireguard/tasks/main.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/roles/wireguard/tasks/main.yml b/roles/wireguard/tasks/main.yml
index 78209685..318b9c10 100644
--- a/roles/wireguard/tasks/main.yml
+++ b/roles/wireguard/tasks/main.yml
@@ -16,7 +16,6 @@
owner: "root"
group: "root"
mode: "0600"
- backup: true
loop: "{{ wireguard_connections.keys() }}"
when: wireguard_connections | length > 0
tags: