Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
Remove janus tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeanwallace committed Dec 1, 2022
1 parent 0915f93 commit 686b253
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -250,6 +243,4 @@
dest: "{{ ustreamer_janus_plugins_dir }}"
notify:
- restart Janus
tags:
- janus
when: ustreamer_install_janus

0 comments on commit 686b253

Please sign in to comment.