Remove Jinja2 templating delimiters from when statement
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1629 Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1505
This commit is contained in:
parent
8b3fad45f9
commit
1ed46f0a86
|
@ -69,7 +69,7 @@
|
||||||
mode: 0400
|
mode: 0400
|
||||||
owner: "{{ matrix_user_username }}"
|
owner: "{{ matrix_user_username }}"
|
||||||
group: "{{ matrix_user_groupname }}"
|
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
|
- name: Ensure matrix-hookshot.service installed
|
||||||
template:
|
template:
|
||||||
|
|
Loading…
Reference in a new issue