remove UID and Host from Ansible Managed comment

This commit is contained in:
Kevin Heyer 2025-04-27 18:44:56 +02:00
parent 6c5b832ed3
commit b3cbf91802

View file

@ -16,7 +16,7 @@ roles_path = ./roles/global:./roles/custom
vault_password_file = ./vault.secret
# Ansible-Verhalten
ansible_managed = Ansible managed: {file} modified on %Y-%m-%d %H:%M:%S by @{UID} on {host}
ansible_managed = Ansible managed: {file} modified on %Y-%m-%d %H:%M:%S
[privilege_escalation]
become = True