diff --git a/ansible.cfg b/ansible.cfg index 8df60c3..0421041 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -78,7 +78,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: {file} modified on %Y-%m-%d %H:%M:%S by {uid} on {host} +ansible_managed = Ansible managed: {file} modified by {uid} on {host} # by default, ansible-playbook will display "Skipping [host]" if it determines a task # should not be run on a host. Set this to "False" if you don't want to see these "Skipping"