From 2d657da73d066c6417ac51f1d09ada2cf090860d Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Sun, 12 Oct 2025 16:02:06 +0100 Subject: [PATCH] Don't mask the timer --- tasks/uninstall.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/uninstall.yaml b/tasks/uninstall.yaml index 80e9bbb..612e71d 100644 --- a/tasks/uninstall.yaml +++ b/tasks/uninstall.yaml @@ -3,7 +3,6 @@ ansible.builtin.systemd: name: borgmatic.timer enabled: false - masked: true state: stopped - name: Remove borgmatic systemd units