Skip to content

Commit 1ed46f0

Browse files
committed
Remove Jinja2 templating delimiters from when statement
Fixes #1629 Related to #1505
1 parent 8b3fad4 commit 1ed46f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/matrix-bridge-hookshot/tasks/setup_install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
mode: 0400
7070
owner: "{{ matrix_user_username }}"
7171
group: "{{ matrix_user_groupname }}"
72-
when: "{{ matrix_hookshot_github_enabled|bool and matrix_hookshot_github_private_key|length }}"
72+
when: matrix_hookshot_github_enabled|bool and matrix_hookshot_github_private_key|length > 0
7373

7474
- name: Ensure matrix-hookshot.service installed
7575
template:

0 commit comments

Comments
 (0)