diff --git a/roles/lib/setup-restic-cron.yml b/roles/lib/setup-restic-cron.yml index 76f24e7..5a88688 100644 --- a/roles/lib/setup-restic-cron.yml +++ b/roles/lib/setup-restic-cron.yml @@ -17,4 +17,7 @@ weekday: "{{ item.job_day }}" job: "{{ item.job_command }}" user: "restic" - state: present \ No newline at end of file + state: present + loop: "{{ tasks }}" + loop_control: + label: "{{ item.name }}" \ No newline at end of file