added loops
This commit is contained in:
@@ -18,3 +18,6 @@
|
|||||||
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