template: update links to docs (#84689)

Changed the URL to Jinja project
This commit is contained in:
Nuno Silva
2025-02-10 07:43:49 -08:00
committed by GitHub
parent cdb1ce000a
commit 8d65900974
@@ -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.