From 9260b88a97fd92dbb84d5287b597cb6259163ba9 Mon Sep 17 00:00:00 2001 From: Matthias Leutenegger Date: Tue, 2 Jun 2020 14:09:43 +0200 Subject: [PATCH] Update Linux.yml --- tasks/distribution/Linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/distribution/Linux.yml b/tasks/distribution/Linux.yml index fa6f5a3..3356f0f 100644 --- a/tasks/distribution/Linux.yml +++ b/tasks/distribution/Linux.yml @@ -45,5 +45,5 @@ when: - restic_create_cron - item.name is defined - - item.scheduled + - item.scheduled | default(false) with_items: '{{ restic_backups }}'