From 5bf4ab50e13a9be2923ddebe69525b40df8ab3bc Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Sat, 5 Nov 2022 08:02:44 -0400 Subject: Separate caption and prerec roles --- common-playbook.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'common-playbook.yml') diff --git a/common-playbook.yml b/common-playbook.yml index a3377ea..463c411 100644 --- a/common-playbook.yml +++ b/common-playbook.yml @@ -41,6 +41,11 @@ name: stream tasks_from: test when: icecast_test is defined and icecast_test=='file' +- name: Set up prerec processing workflow + hosts: res + tags: prerec + roles: + - prerec - name: Set up captioning tools hosts: res tags: caption -- cgit v1.2.3