From 6257b6ae1cffaaaa557ddff115f7c000e5f234fe Mon Sep 17 00:00:00 2001 From: Matthias Leutenegger Date: Thu, 15 Aug 2019 14:51:42 +0200 Subject: [PATCH] lint --- tasks/distribution/Linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/distribution/Linux.yml b/tasks/distribution/Linux.yml index 2de4a22..cc26fad 100644 --- a/tasks/distribution/Linux.yml +++ b/tasks/distribution/Linux.yml @@ -25,9 +25,9 @@ weekday: '{{ schedule_weekday | default("*") }}' month: '{{ schedule_month | default("*") }}' state: present - become: yes + become: true when: - restic_create_cron - item.name is defined - item.scheduled - with_items: '{{ restic_backups }}' \ No newline at end of file + with_items: '{{ restic_backups }}'