diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2018-12-03 05:53:18 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2018-12-03 20:43:23 +0100 |
commit | 50d5b3827eb9e342e499c053f330ac0bcfe424fa (patch) | |
tree | 4a61c33735a3c20c278d57211901c1f9916b3fd2 | |
parent | 7c78ef44898be08e8c3b6570ebd4064c6e0ade8f (diff) |
Don't include hostname in ansible headers.
-rw-r--r-- | ansible.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
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 |