ソースを参照

Remove space characters

Signed-off-by: Suguru Hirahara <did🔑z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
pull/4695/head
Suguru Hirahara 5ヶ月前
コミット
b1c6b70a4e
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: E4F9743DAB4B7B75
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      roles/custom/matrix-bridge-matrixzulipbridge/tasks/validate_config.yml

+ 2
- 2
roles/custom/matrix-bridge-matrixzulipbridge/tasks/validate_config.yml ファイルの表示

@@ -10,5 +10,5 @@
You need to define a required configuration setting (`{{ item.name }}`).
when: "item.when | bool and lookup('vars', item.name, default='') | string | length == 0"
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}

読み込み中…
キャンセル
保存