use loop_control -> index_var

This commit is contained in:
rene
2022-02-21 18:48:30 +01:00
parent 9467ebab10
commit 9b98bf6222

View File

@@ -86,9 +86,11 @@
- name: jitsimeet | cron | schedule refresh of statistics - name: jitsimeet | cron | schedule refresh of statistics
cron: cron:
name: "# Get statistics for Jitsi [{{ item.index }}]" name: "Get statistics for Jitsi [{{ my_idx }}]"
user: root user: root
job: "{{ item }}" job: "{{ item }}"
loop_control:
index_var: my_idx
loop: loop:
- "/root/jitsi-statistics.sh" - "/root/jitsi-statistics.sh"
- "sleep 20; /root/jitsi-statistics.sh" - "sleep 20; /root/jitsi-statistics.sh"