From 714cb2dd6fcc8a0c7d853d7fab18e791cdea546c Mon Sep 17 00:00:00 2001 From: akul <0xfabc@gmail.com> Date: Mon, 11 Aug 2025 09:35:16 +0400 Subject: [PATCH] cosmetic change: ansible_managed instead of pure text --- templates/config.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/config.yaml.j2 b/templates/config.yaml.j2 index 6e33def..7a76492 100644 --- a/templates/config.yaml.j2 +++ b/templates/config.yaml.j2 @@ -1,6 +1,6 @@ #jinja2: lstrip_blocks: True, trim_blocks: True --- -# Managed by Ansible, please don't edit manually +# {{ ansible_managed }} # Full config: https://torsion.org/borgmatic/docs/reference/config.yaml {% if borg_source_directories is not defined or borg_source_directories | length == 0 %}