diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-21 12:41:07 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-21 12:46:53 +0200 |
| commit | 0be7583911bfe15276b736697caebb3752da56b6 (patch) | |
| tree | 869bbd8b270f22c6c02460b20d3146dcc04e5be3 /roles/backup/handlers | |
| parent | 34157b435c2103ecb87c26c1368c6ccf7b3d6410 (diff) | |
Fix restic install and add backup role
Co-Authored-By: Claude.ai
Diffstat (limited to 'roles/backup/handlers')
| -rw-r--r-- | roles/backup/handlers/main.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/backup/handlers/main.yml b/roles/backup/handlers/main.yml new file mode 100644 index 00000000..3360d709 --- /dev/null +++ b/roles/backup/handlers/main.yml @@ -0,0 +1,5 @@ +--- +- name: "Reload systemd" + become: true + ansible.builtin.systemd_service: + daemon_reload: true |
