diff options
-rw-r--r-- | ansible.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ansible.cfg b/ansible.cfg index 606f4c7..1e9df43 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -5,3 +5,5 @@ fact_caching = jsonfile fact_caching_connection = ~/.ansible/fact_cache gathering = smart nocows = true +ansible_managed = Ansible managed: {file} modified on %Y-%m-%d %H:%M:%S by {uid} on {host} +#stdout_callback=unixy |