mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Added a paragraph linking to the Jinja2 template docs
This commit is contained in:
parent
c0495c3b9b
commit
84f2968023
1 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,11 @@ template
|
|||
|
||||
Templates a file out to a remote server.
|
||||
|
||||
Templates are processed by the
|
||||
`Jinja2 templating language <http://jinja.pocoo.org/docs/>`_ -
|
||||
documentation on the template formatting can be found in the
|
||||
`Template Designer Documentation <http://jinja.pocoo.org/docs/templates/>`_
|
||||
|
||||
+--------------------+----------+---------+----------------------------------------------------------------------------+
|
||||
| parameter | required | default | comments |
|
||||
+====================+==========+=========+============================================================================+
|
||||
|
|
Loading…
Add table
Reference in a new issue