From ca74710817c2cee36623531a5ebf962a7efdf430 Mon Sep 17 00:00:00 2001 From: David Oliver Date: Fri, 11 Sep 2020 23:31:55 +0200 Subject: [PATCH] Fix starting of restic timer (#7) --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 6def54c..613721e 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -49,4 +49,4 @@ systemd: name: restic-backup.timer enabled: true - started: true + state: started