mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-25 14:43:29 +02:00
11 lines
313 B
YAML
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
|