- name: Install packages package: name: - python3-pip - ffmpeg - cmake - jq - name: Install whisper ansible.builtin.pip: name: git+https://github.com/openai/whisper.git - name: Install lhotse ansible.builtin.pip: name: - lhotse - webvtt-py - tqdm - torchaudio - num2words - name: Copy the shell script tags: process-captions template: src: process-captions.py dest: /data/emacsconf/{{ emacsconf_year }}/process-captions.py mode: 0755 owner: sachac group: org - name: Copy talks.json tags: talks-json template: src: talks.json dest: /data/emacsconf/{{ emacsconf_year }}/talks.json owner: sachac group: org