From 709ca9ae8881020121c44c17c6bf082dd4ccfe53 Mon Sep 17 00:00:00 2001 From: phil Date: Sun, 21 Jan 2024 10:14:14 +0100 Subject: [PATCH] Let Ansible decide how to uncomment this line --- templates/update-opensearch-plugins.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/update-opensearch-plugins.j2 b/templates/update-opensearch-plugins.j2 index d762a5f..efb0716 100644 --- a/templates/update-opensearch-plugins.j2 +++ b/templates/update-opensearch-plugins.j2 @@ -1,5 +1,5 @@ #!/bin/bash -# {{ ansible_managed }} +{{ ansible_managed | comment }} set -eu