We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b3fad4 commit 1ed46f0Copy full SHA for 1ed46f0
roles/matrix-bridge-hookshot/tasks/setup_install.yml
@@ -69,7 +69,7 @@
69
mode: 0400
70
owner: "{{ matrix_user_username }}"
71
group: "{{ matrix_user_groupname }}"
72
- when: "{{ matrix_hookshot_github_enabled|bool and matrix_hookshot_github_private_key|length }}"
+ when: matrix_hookshot_github_enabled|bool and matrix_hookshot_github_private_key|length > 0
73
74
- name: Ensure matrix-hookshot.service installed
75
template:
0 commit comments