11 lines
313 B
YAML
Raw Normal View History

2021-12-01 19:13:34 +01:00
---
- name: Remove tmp and obsolete files
file: path={{ item }} state=absent
loop:
2023-12-06 23:00:33 +01:00
- "{{ jitsi_root_dir }}/tmp/chromedriver-linux64.zip"
- "{{ jitsi_root_dir }}/tmp/chromedriver-linux64"
2024-07-22 23:00:11 +02:00
- "{{ jitsi_root_dir }}/tmp/jibri-master.tar.gz"
- "{{ jitsi_root_dir }}/tmp/jibri-master"
2021-12-01 19:13:34 +01:00
tags: jitsi