Slavi Pantaleev 2 years ago
parent 8b3fad45f9
commit 1ed46f0a86

@ -69,7 +69,7 @@
mode: 0400
owner: "{{ matrix_user_username }}"
group: "{{ matrix_user_groupname }}"
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
- name: Ensure matrix-hookshot.service installed
template:

Loading…
Cancel
Save