fix janus apt

This commit is contained in:
Lars Hahn 2023-08-26 18:46:03 +02:00
parent e0d01794cc
commit dcdc06594d

View File

@ -1,9 +1,16 @@
--- ---
- name: install janus from deb file #- name: install janus from deb file
# apt:
# deb: "{{ signaling_janus_deb_target }}"
# state: "{% if cloud_update | bool %}latest{% else %}present{% endif %}"
# install_recommends: yes
- name: install janus
apt: apt:
deb: "{{ signaling_janus_deb_target }}" update_cache: yes
state: "{% if cloud_update | bool %}latest{% else %}present{% endif %}" state: "{% if cloud_update | bool %}latest{% else %}present{% endif %}"
install_recommends: yes install_recommends: yes
pkg: janus
- name: configure janus server - name: configure janus server
lineinfile: lineinfile: