diff options
-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 |