1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fix typo, relative to absolute, fixes #4126

This commit is contained in:
Michael DeHaan 2013-10-08 08:40:22 -04:00
parent 48f97e16e9
commit ce0efc8e25

View file

@ -14,7 +14,7 @@ description:
which can be used to describe the template name, host, modification time of the which can be used to describe the template name, host, modification time of the
template file and the owner uid, C(template_host) contains the node name of template file and the owner uid, C(template_host) contains the node name of
the template's machine, C(template_uid) the owner, C(template_path) the the template's machine, C(template_uid) the owner, C(template_path) the
relative path of the template, C(template_fullpath) is the absolute path of the absolute path of the template, C(template_fullpath) is the absolute path of the
template, and C(template_run_date) is the date that the template was rendered." template, and C(template_run_date) is the date that the template was rendered."
options: options:
src: src: