2023-12-06 23:00:33 +01:00

9 lines
214 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"
tags: jitsi