lint
This commit is contained in:
@@ -16,11 +16,11 @@
|
||||
regexp: '{{ item[0] }}'
|
||||
replace: '{{ item[1] }}'
|
||||
loop:
|
||||
- ['host = "{{ inventory_hostname }}"','host = "{{ coturn_hostname }}"']
|
||||
- ['-- https_ports = { };','https_ports = { };']
|
||||
- ['host = "{{ inventory_hostname }}"', 'host = "{{ coturn_hostname }}"']
|
||||
- ['-- https_ports = { };', 'https_ports = { };']
|
||||
- ['^external_service_secret =', '-- external_service_secret =']
|
||||
- ['port = 3478','port = 443']
|
||||
- ['port = 5349','port = 443']
|
||||
- ['port = 3478', 'port = 443']
|
||||
- ['port = 5349', 'port = 443']
|
||||
notify: restart prosody
|
||||
|
||||
- name: indique a jitsi les règles d'échange des credentials pour le coturn externe
|
||||
|
||||
Reference in New Issue
Block a user