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 | 5b5d592e12aae9a9ffa40557db78288d39b974d3 (patch) | |
| tree | c129b864b406e6f29de0e7fe2a88312824db726c /roles | |
| parent | b41bad62663b94c95862d8038eec4064d43ed1d2 (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: |
