yamllint
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
---
|
||||
- name: Ajout du compte SIP
|
||||
- name: Ajout du compte SIP
|
||||
debconf:
|
||||
name: jigasi
|
||||
question: jigasi/sip-account
|
||||
value: '{{ jigasi_sip_account }}'
|
||||
name: jigasi
|
||||
question: jigasi/sip-account
|
||||
value: '{{ jigasi_sip_account }}'
|
||||
vtype: string
|
||||
|
||||
- name: Ajout du mot de passe SIP
|
||||
@@ -22,4 +22,6 @@
|
||||
lineinfile:
|
||||
path: /etc/jitsi/jigasi/sip-communicator.properties
|
||||
regexp: "org.jitsi.jigasi.DEFAULT_JVB_ROOM_NAME="
|
||||
line: "org.jitsi.jigasi.DEFAULT_JVB_ROOM_NAME={{ jigasi_sip_room }}@conference.{{ inventory_hostname }}"
|
||||
line:
|
||||
# yamllint disable-line rule:line-length
|
||||
"org.jitsi.jigasi.DEFAULT_JVB_ROOM_NAME={{ jigasi_sip_room }}@conference.{{ inventory_hostname }}"
|
||||
|
||||
Reference in New Issue
Block a user