1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_role_websvn.git synced 2024-08-16 10:29:49 +02:00

[102] No Jinja2 in when

This commit is contained in:
L3D 2020-08-06 13:55:06 +02:00 committed by L3D
parent eea51be7ba
commit 82addf1324
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B

View file

@ -10,4 +10,4 @@
package:
name: "{{ websvn__optional_packages }}"
state: "{{ websvn__state }}"
when: "{{ websvn__install_optional_packages | bool }}"
when: websvn__install_optional_packages | bool