Document ansible_managed changing the template.
This commit is contained in:
parent
b1e442639f
commit
77ac23cc26
1 changed files with 3 additions and 1 deletions
|
@ -16,7 +16,9 @@ description:
|
|||
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
|
||||
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. Note that including
|
||||
a string that uses a date in the template will resort in the template being marked 'changed'
|
||||
each time."
|
||||
options:
|
||||
src:
|
||||
description:
|
||||
|
|
Loading…
Reference in a new issue