cron changes
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user