enabled cron
This commit is contained in:
@@ -83,16 +83,4 @@
|
||||
loop_control:
|
||||
label: "{{ item.path }}"
|
||||
loop: "{{ files_to_change.files }}"
|
||||
notify: restart_jitsi
|
||||
|
||||
- name: jitsimeet | cron | schedule refresh of statistics
|
||||
cron:
|
||||
name: "Get statistics for Jitsi [{{ my_idx }}]"
|
||||
user: root
|
||||
job: "{{ item }}"
|
||||
loop_control:
|
||||
index_var: my_idx
|
||||
loop:
|
||||
- "/root/jitsi-statistics.sh"
|
||||
- "sleep 20; /root/jitsi-statistics.sh"
|
||||
- "sleep 40; /root/jitsi-statistics.sh"
|
||||
notify: restart_jitsi
|
||||
Reference in New Issue
Block a user