From 656de03cc94a5f4ae0f9b65f7c3e8cd16a3e88d3 Mon Sep 17 00:00:00 2001 From: uumas Date: Wed, 7 Aug 2024 04:06:01 +0300 Subject: [PATCH] kimai: add ansible_managed to htaccess --- roles/kimai/templates/htaccess.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/kimai/templates/htaccess.j2 b/roles/kimai/templates/htaccess.j2 index b190a5f..5f81822 100644 --- a/roles/kimai/templates/htaccess.j2 +++ b/roles/kimai/templates/htaccess.j2 @@ -1,3 +1,5 @@ +{{ ansible_managed }} + RewriteEngine On RewriteCond %{ENV:HTTPS} !on