From 3b711900e3f37f464e3c2e78a7f3ccfc36f327e5 Mon Sep 17 00:00:00 2001 From: Ben Kochie Date: Mon, 1 Jul 2019 13:54:25 +0200 Subject: [PATCH] Convert template comments Convert `ansible_manged` to comment style. --- templates/minio.env.j2 | 2 +- templates/minio.init.j2 | 2 +- templates/minio.service.j2 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/minio.env.j2 b/templates/minio.env.j2 index b1a57e0..84723fc 100644 --- a/templates/minio.env.j2 +++ b/templates/minio.env.j2 @@ -1,4 +1,4 @@ -# {{ ansible_managed }} +{{ ansible_managed | comment }} # Minio local/remote volumes. {% if minio_server_cluster_nodes | length > 0 %} diff --git a/templates/minio.init.j2 b/templates/minio.init.j2 index a090006..c418949 100644 --- a/templates/minio.init.j2 +++ b/templates/minio.init.j2 @@ -9,7 +9,7 @@ # Description: Distributed object storage server built for cloud applications and devops. ### END INIT INFO -# {{ ansible_managed }} +{{ ansible_managed | comment }} # Do NOT "set -e" diff --git a/templates/minio.service.j2 b/templates/minio.service.j2 index 96e2ef1..dfd2b02 100644 --- a/templates/minio.service.j2 +++ b/templates/minio.service.j2 @@ -1,4 +1,4 @@ -# {{ ansible_managed }} +{{ ansible_managed | comment }} [Unit] Description=Minio