9 lines
206 B
YAML
Raw Normal View History

2021-12-01 19:13:34 +01:00
---
- name: Remove temp files
file: path={{ item }} state=absent
loop:
2023-12-06 23:00:33 +01:00
- "{{ jitsi_root_dir }}/tmp/jitsi-videobridge-2.3-SNAPSHOT"
2021-12-01 19:13:34 +01:00
- "{{ jitsi_root_dir }}/src/videobridge/target"
tags: jitsi