mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update ansible.cfg
Previous commit made config invalid.
This commit is contained in:
parent
995ef374db
commit
e2cf3b2d29
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ module_name = command
|
|||
|
||||
# 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.
|
||||
# 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}
|
||||
|
||||
# if set, Ansible will raise errors when attempting to redeference Jinja2
|
||||
|
|
Loading…
Reference in a new issue