From e2b16abac3985bd70b6d060fa4d1cfce6475e4db Mon Sep 17 00:00:00 2001 From: Denis Knauf Date: Thu, 19 Sep 2024 23:38:17 +0200 Subject: [PATCH] jinja2 syntax fix --- tasks/os-debian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/os-debian.yml b/tasks/os-debian.yml index 7745777..05c0261 100644 --- a/tasks/os-debian.yml +++ b/tasks/os-debian.yml @@ -12,7 +12,7 @@ group: root mode: 0644 vars: - value: "{{if true == apt_clean_after_install or apt_proxy is defined then 'true' else 'false'}}" + value: "{{'true' if true == apt_clean_after_install or apt_proxy is defined else 'false'}}" - name: "Use proxy for apt http" when: "apt_proxy is defined" copy: