diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-11-03 22:21:12 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-11-03 22:21:12 +0100 |
| commit | 92808568c6a649ca27d28f2f3dcd79bb1874d0de (patch) | |
| tree | c129b864b406e6f29de0e7fe2a88312824db726c /roles | |
| parent | 80170d9fd0bbe3202c715d32dd1c1f540eb0cc25 (diff) | |
Remove unneeded backup of files in wireguard
Diffstat (limited to 'roles')
| -rw-r--r-- | roles/wireguard/tasks/main.yml | 1 |
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: |
