diff options
Diffstat (limited to 'tasks/icecast2_setup.yaml')
-rw-r--r-- | tasks/icecast2_setup.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tasks/icecast2_setup.yaml b/tasks/icecast2_setup.yaml index 506c537..db56f4a 100644 --- a/tasks/icecast2_setup.yaml +++ b/tasks/icecast2_setup.yaml @@ -46,6 +46,11 @@ group: icecast mode: '0744' +- name: copy mp4 to webm script to {{ radio_music_dir }} + copy: + src: files/convert-mp4-to-webm.sh + dest: "{{ radio_music_dir }}/convert-mp4-to-webm.sh" + - name: reload systemd daemon systemd: daemon_reload: yes |