From 50d5b3827eb9e342e499c053f330ac0bcfe424fa Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Mon, 3 Dec 2018 05:53:18 +0100 Subject: Don't include hostname in ansible headers. --- ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index 3b99662..fac3b72 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -14,7 +14,7 @@ timeout = 10 # format of string {{ ansible_managed }} available within Jinja2 # templates indicates to users editing templates files will be replaced. # replacing {file}, {host} and {uid} and strftime codes with proper values. -ansible_managed = Ansible Managed: modified on %Y-%m-%d %H:%M:%S by {uid}@{host} +ansible_managed = Ansible Managed: modified on %Y-%m-%d %H:%M:%S by {uid} # additional plugin paths for non-core plugins action_plugins = ./lib/action_plugins -- cgit v1.2.3