remove date from managed_ansible

This commit is contained in:
Jörg Thalheim 2014-08-12 17:44:38 +02:00
parent 4f84dff025
commit 0abe6d8108
1 changed files with 1 additions and 1 deletions

View File

@ -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"