Browse Source

Remove space characters

Signed-off-by: Suguru Hirahara <did🔑z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
pull/4695/head
Suguru Hirahara 6 months ago
parent
commit
b1c6b70a4e
No known key found for this signature in database GPG Key ID: E4F9743DAB4B7B75
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      roles/custom/matrix-bridge-matrixzulipbridge/tasks/validate_config.yml

+ 2
- 2
roles/custom/matrix-bridge-matrixzulipbridge/tasks/validate_config.yml View File

@@ -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}

Loading…
Cancel
Save