2024-07-22 23:00:11 +02:00

11 lines
313 B
YAML

---
- name: Remove tmp and obsolete files
file: path={{ item }} state=absent
loop:
- "{{ jitsi_root_dir }}/tmp/chromedriver-linux64.zip"
- "{{ jitsi_root_dir }}/tmp/chromedriver-linux64"
- "{{ jitsi_root_dir }}/tmp/jibri-master.tar.gz"
- "{{ jitsi_root_dir }}/tmp/jibri-master"
tags: jitsi