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:
parent
eea51be7ba
commit
82addf1324
1 changed files with 1 additions and 1 deletions
|
@ -10,4 +10,4 @@
|
|||
package:
|
||||
name: "{{ websvn__optional_packages }}"
|
||||
state: "{{ websvn__state }}"
|
||||
when: "{{ websvn__install_optional_packages | bool }}"
|
||||
when: websvn__install_optional_packages | bool
|
||||
|
|
Loading…
Add table
Reference in a new issue