- name: Install packages package: name: - python3-pip - ffmpeg - name: Install whisper ansible.builtin.pip: name: git+https://github.com/openai/whisper.git - name: Copy the shell script tags: caption-sh template: src: caption.sh dest: current mode: 0755