cron vars expansion

This commit is contained in:
tolerryan
2024-10-22 01:39:14 -05:00
parent 45074d258b
commit 4b140be7ca
3 changed files with 23 additions and 16 deletions

View File

@@ -14,6 +14,7 @@
name: "{{ job_name }}"
minute: "{{ job_minute }}"
hour: "{{ job_hour }}"
weekday: "{{ job_day }}"
job: "{{ job_command }}"
user: "restic"
state: present