mirror of
https://github.com/ansible/ansible.git
synced 2026-08-05 16:13:06 +02:00
template: update links to docs (#84689)
Changed the URL to Jinja project
This commit is contained in:
@@ -11,9 +11,9 @@ class ModuleDocFragment(object):
|
||||
# Standard template documentation fragment, use by template and win_template.
|
||||
DOCUMENTATION = r"""
|
||||
description:
|
||||
- Templates are processed by the L(Jinja2 templating language,http://jinja.pocoo.org/docs/).
|
||||
- Templates are processed by the L(Jinja2 templating language,https://jinja.palletsprojects.com/en/stable/).
|
||||
- Documentation on the template formatting can be found in the
|
||||
L(Template Designer Documentation,http://jinja.pocoo.org/docs/templates/).
|
||||
L(Template Designer Documentation,https://jinja.palletsprojects.com/en/stable/templates/).
|
||||
- Additional variables listed below can be used in templates.
|
||||
- C(ansible_managed) (configurable via the C(defaults) section of C(ansible.cfg)) contains a string which can be used to
|
||||
describe the template name, host, modification time of the template file and the owner uid.
|
||||
|
||||
Reference in New Issue
Block a user