summaryrefslogtreecommitdiffstats
path: root/roles/caption/tasks/main.yml
blob: 7b6534a0e3c50b59b69c326003b95cb353b4227f (plain) (blame)
1
2
3
4
5
6
7
8
- name: Install packages
  package:
    name:
      - python3-pip
      - ffmpeg
- name: Install whisper
  ansible.builtin.pip:
    name: git+https://github.com/openai/whisper.git