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