chagne "tasks" variable to cronjob

This commit is contained in:
tolerryan
2024-10-27 23:37:56 -05:00
parent abe2b1a37c
commit b357de1703
3 changed files with 3 additions and 3 deletions

View File

@@ -19,6 +19,6 @@
job: "{{ item.job_command }}"
user: "{{ item.user }}"
state: present
loop: "{{ tasks }}"
loop: "{{ cronjob }}"
loop_control:
label: "{{ item.name }}"