cron setup
This commit is contained in:
@@ -11,10 +11,10 @@
|
|||||||
tasks:
|
tasks:
|
||||||
- name: Set up restic cron jobs
|
- name: Set up restic cron jobs
|
||||||
cron:
|
cron:
|
||||||
name: "{{ job_name }}"
|
name: "{{ item.job_name }}"
|
||||||
minute: "{{ job_minute }}"
|
minute: "{{ item.job_minute }}"
|
||||||
hour: "{{ job_hour }}"
|
hour: "{{ item.job_hour }}"
|
||||||
weekday: "{{ job_day }}"
|
weekday: "{{ item.job_day }}"
|
||||||
job: "{{ job_command }}"
|
job: "{{ item.job_command }}"
|
||||||
user: "restic"
|
user: "restic"
|
||||||
state: present
|
state: present
|
||||||
Reference in New Issue
Block a user