cron changes

This commit is contained in:
tolerryan
2024-10-22 02:10:59 -05:00
parent 5c12f19134
commit df8aad5f75
2 changed files with 6 additions and 2 deletions

View File

@@ -16,7 +16,7 @@
hour: "{{ item.job_hour }}"
weekday: "{{ item.job_day }}"
job: "{{ item.job_command }}"
user: "restic"
user: "{{ item.user }}"
state: present
loop: "{{ tasks }}"
loop_control: