diff options
author | heqnx <root@heqnx.com> | 2025-07-06 17:05:57 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-07-06 17:05:57 +0300 |
commit | 31ec32d4b429ecf3aac2c947b9dfb2bbff35de33 (patch) | |
tree | 252d9ad6243b685b68731b9fe7b687b1dfbc9559 /tasks/icecast2_setup.yaml | |
parent | a064cbda2086b79b6cc04111cb308a6b2d770aa6 (diff) | |
download | ansible-icecast2-31ec32d4b429ecf3aac2c947b9dfb2bbff35de33.tar.gz ansible-icecast2-31ec32d4b429ecf3aac2c947b9dfb2bbff35de33.zip |
added a conversion script and small typos
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 |