|
|
@ -66,7 +66,7 @@ module_name = command
|
|
|
|
|
|
|
|
|
|
|
|
# format of string {{ ansible_managed }} available within Jinja2
|
|
|
|
# format of string {{ ansible_managed }} available within Jinja2
|
|
|
|
# templates indicates to users editing templates files will be replaced.
|
|
|
|
# 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}
|
|
|
|
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
|
|
|
|
# if set, Ansible will raise errors when attempting to redeference Jinja2
|
|
|
|