Skip to content

Commit dc6a9a3

Browse files
Suguru HiraharaSuguru Hirahara
authored andcommitted
Remove space characters
Signed-off-by: Suguru Hirahara <did:key:z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
1 parent bc23bf8 commit dc6a9a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roles/custom/matrix-bridge-matrixzulipbridge/tasks/validate_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
You need to define a required configuration setting (`{{ item.name }}`).
1111
when: "item.when | bool and lookup('vars', item.name, default='') | string | length == 0"
1212
with_items:
13-
- { "name": "matrix_matrixzulipbridge_container_network", when: true }
14-
- { "name": "matrix_matrixzulipbridge_homeserver_url", when: true }
13+
- {"name": "matrix_matrixzulipbridge_container_network", when: true}
14+
- {"name": "matrix_matrixzulipbridge_homeserver_url", when: true}

0 commit comments

Comments
 (0)