From a8264d2939cb8d4d4ab62cc378c60f8e9c888eb1 Mon Sep 17 00:00:00 2001 From: Thomas Constans Date: Tue, 5 Mar 2024 17:19:41 +0100 Subject: [PATCH] + ansible_managed --- ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible.cfg b/ansible.cfg index 9e5bace..a3e9267 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -10,6 +10,7 @@ fact_caching = jsonfile fact_caching_connection = /etc/ansible/facts fact_caching_timeout = 86400 retry_files_enabled = False +ansible_managed = Ansible managed : {file} modified on %Y-%m-%d by {uid} on {host} [inventory] [privilege_escalation] become = True