From 4ca73690ade5e8961f6a5f7d3dd809d44fe10125 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 28 Aug 2019 11:00:31 +0200 Subject: [PATCH] fix ansible_managed handling --- templates/var/www/vhosts/default/index.html.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/var/www/vhosts/default/index.html.j2 b/templates/var/www/vhosts/default/index.html.j2 index 234fb76..a910ba6 100644 --- a/templates/var/www/vhosts/default/index.html.j2 +++ b/templates/var/www/vhosts/default/index.html.j2 @@ -1,2 +1,2 @@ - +{{ ansible_managed | comment("plain", prefix="") }} {{ ansible_fqdn }}