Procházet zdrojové kódy

add missing variable for test

pull/672/head
Fanch před 5 roky
rodič
revize
a1dcf5e79f
1 změnil soubory, kde provedl 8 přidání a 0 odebrání
  1. +8
    -0
      roles/matrix-coturn/molecule/default/converge.yml

+ 8
- 0
roles/matrix-coturn/molecule/default/converge.yml Zobrazit soubor

@@ -1,6 +1,14 @@
--- ---
- name: Converge - name: Converge
hosts: all hosts: all
vars:
matrix_systemd_services_list: [] # empty init as we only test coturn
run_setup: true
matrix_base_data_path: "/matrix"
# maybe those should be added in role default/main.yml
matrix_coturn_enabled: true
matrix_coturn_turn_external_ip_address: 127.0.0.1
matrix_coturn_turn_static_auth_secret: "VeryFakeSecret"
tasks: tasks:
- name: "Include matrix-coturn" - name: "Include matrix-coturn"
include_role: include_role:


Načítá se…
Zrušit
Uložit