remove UID and Host from Ansible Managed comment
This commit is contained in:
parent
6c5b832ed3
commit
b3cbf91802
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue