added loops
This commit is contained in:
@@ -17,4 +17,7 @@
|
|||||||
weekday: "{{ item.job_day }}"
|
weekday: "{{ item.job_day }}"
|
||||||
job: "{{ item.job_command }}"
|
job: "{{ item.job_command }}"
|
||||||
user: "restic"
|
user: "restic"
|
||||||
state: present
|
state: present
|
||||||
|
loop: "{{ tasks }}"
|
||||||
|
loop_control:
|
||||||
|
label: "{{ item.name }}"
|
||||||
Reference in New Issue
Block a user