From f1eb8d4475940684d628b5751bca5e3ed8b4f7e2 Mon Sep 17 00:00:00 2001 From: Melekhin Anton Date: Sun, 3 Mar 2024 22:47:06 +0400 Subject: [PATCH] style: add empty line after ansible comment --- templates/dbconfig.xml.j2 | 1 + templates/jira.service.j2 | 1 + templates/server.xml.j2 | 4 +++- templates/setenv.sh.j2 | 1 + 4 files changed, 6 insertions(+), 1 deletion(-) diff --git a/templates/dbconfig.xml.j2 b/templates/dbconfig.xml.j2 index e13a1f9..d725092 100644 --- a/templates/dbconfig.xml.j2 +++ b/templates/dbconfig.xml.j2 @@ -1,6 +1,7 @@ {{ ansible_managed | comment('xml') }} + defaultDS default diff --git a/templates/jira.service.j2 b/templates/jira.service.j2 index 3b33585..2157755 100644 --- a/templates/jira.service.j2 +++ b/templates/jira.service.j2 @@ -1,4 +1,5 @@ {{ ansible_managed | comment }} + [Unit] Description=Jira {{ jira_product | upper }} After=network.target diff --git a/templates/server.xml.j2 b/templates/server.xml.j2 index 9ee887d..54f7aab 100644 --- a/templates/server.xml.j2 +++ b/templates/server.xml.j2 @@ -1,4 +1,7 @@ + +{{ ansible_managed | comment('xml') }} + -{{ ansible_managed | comment('xml') }} diff --git a/templates/setenv.sh.j2 b/templates/setenv.sh.j2 index 35a1137..31d720d 100644 --- a/templates/setenv.sh.j2 +++ b/templates/setenv.sh.j2 @@ -1,4 +1,5 @@ {{ ansible_managed | comment }} + # If the limit of files that Jira can open is too low, it will be set to this value. # MIN_NOFILES_LIMIT={{ jira_min_nofiles_limit }}