You've already forked ansible-role-renovate
fix(templating): adapt lstrip_blocks
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
#jinja2: lstrip_blocks: "True", trim_blocks: "True"
|
#jinja2: lstrip_blocks: True
|
||||||
{
|
{
|
||||||
{% for key, value in renovate_config.items() %}
|
{% for key, value in renovate_config.items() %}
|
||||||
{% if value | bool %}
|
{% if value | bool %}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#jinja2: lstrip_blocks: "True", trim_blocks: "True"
|
#jinja2: lstrip_blocks: True
|
||||||
version: '3'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
renovate:
|
renovate:
|
||||||
|
Reference in New Issue
Block a user