From 686b253a36cc6e37694dbdcfc5b8a0ac6a621e4c Mon Sep 17 00:00:00 2001 From: Jason Wallace Date: Thu, 1 Dec 2022 18:03:12 +0200 Subject: [PATCH] Remove janus tags. --- tasks/main.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index 7ade2e4..85f6532 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -22,7 +22,6 @@ # option. That triggers the `restart Janus` handler down the line, which # relies on the `ustreamer_install_janus` variable being set. tags: - - janus - systemd-config set_fact: ustreamer_install_janus: "{{ ustreamer_h264_sink != None }}" @@ -31,13 +30,9 @@ set_fact: ustreamer_is_os_raspbian: "{{ ansible_lsb.id is defined and ansible_lsb.id == 'Raspbian' }}" ustreamer_is_os_debian: "{{ ansible_lsb.id is defined and ansible_lsb.id == 'Debian' }}" - tags: - - janus - name: install Janus include_tasks: install_janus.yml - tags: - - janus when: ustreamer_install_janus - name: create ustreamer group @@ -237,8 +232,6 @@ dest: "{{ ustreamer_janus_configs_dir }}/janus.plugin.ustreamer.jcfg" notify: - restart Janus - tags: - - janus when: ustreamer_install_janus - name: install uStreamer Janus plugin @@ -250,6 +243,4 @@ dest: "{{ ustreamer_janus_plugins_dir }}" notify: - restart Janus - tags: - - janus when: ustreamer_install_janus