ajout du logo spécifique NRD

This commit is contained in:
Antoine Ouvrard
2020-04-28 20:15:54 +02:00
parent 1ff15054f8
commit 73768ae86d
5 changed files with 13 additions and 6 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

+5
View File
@@ -0,0 +1,5 @@
---
- name: restart jitsi-videobridge2
systemd:
name: jitsi-videobridge2
state: restarted
+6
View File
@@ -0,0 +1,6 @@
---
- name: Ajout du logo personnalisé
template:
src: ../files/{{ jitsi_logo }}
dest: /usr/share/jitsi-meet/images/watermark.png
notify: restart jitsi-videobridge2