Procházet zdrojové kódy

Remove space characters

Signed-off-by: Suguru Hirahara <did🔑z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
pull/4695/head
Suguru Hirahara před 4 měsíci
rodič
revize
b1c6b70a4e
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: E4F9743DAB4B7B75
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      roles/custom/matrix-bridge-matrixzulipbridge/tasks/validate_config.yml

+ 2
- 2
roles/custom/matrix-bridge-matrixzulipbridge/tasks/validate_config.yml Zobrazit soubor

@@ -10,5 +10,5 @@
You need to define a required configuration setting (`{{ item.name }}`). You need to define a required configuration setting (`{{ item.name }}`).
when: "item.when | bool and lookup('vars', item.name, default='') | string | length == 0" when: "item.when | bool and lookup('vars', item.name, default='') | string | length == 0"
with_items: with_items:
- { "name": "matrix_matrixzulipbridge_container_network", when: true }
- { "name": "matrix_matrixzulipbridge_homeserver_url", when: true }
- {"name": "matrix_matrixzulipbridge_container_network", when: true}
- {"name": "matrix_matrixzulipbridge_homeserver_url", when: true}

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