mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 14:20:22 -07:00
This commit is contained in:
parent
ed0aabe02d
commit
46514de5e6
1 changed files with 7 additions and 7 deletions
|
@ -53,32 +53,32 @@ options:
|
||||||
- Specify the newline sequence to use for templating files.
|
- Specify the newline sequence to use for templating files.
|
||||||
choices: [ '\n', '\r', '\r\n' ]
|
choices: [ '\n', '\r', '\r\n' ]
|
||||||
default: '\r\n'
|
default: '\r\n'
|
||||||
version_added: '2.3'
|
version_added: '2.4'
|
||||||
block_start_string:
|
block_start_string:
|
||||||
description:
|
description:
|
||||||
- The string marking the beginning of a block.
|
- The string marking the beginning of a block.
|
||||||
default: '{%'
|
default: '{%'
|
||||||
version_added: '2.3'
|
version_added: '2.4'
|
||||||
block_end_string:
|
block_end_string:
|
||||||
description:
|
description:
|
||||||
- The string marking the end of a block.
|
- The string marking the end of a block.
|
||||||
default: '%}'
|
default: '%}'
|
||||||
version_added: '2.3'
|
version_added: '2.4'
|
||||||
variable_start_string:
|
variable_start_string:
|
||||||
description:
|
description:
|
||||||
- The string marking the beginning of a print statement.
|
- The string marking the beginning of a print statement.
|
||||||
default: '{{'
|
default: '{{'
|
||||||
version_added: '2.3'
|
version_added: '2.4'
|
||||||
variable_end_string:
|
variable_end_string:
|
||||||
description:
|
description:
|
||||||
- The string marking the end of a print statement.
|
- The string marking the end of a print statement.
|
||||||
default: '}}'
|
default: '}}'
|
||||||
version_added: '2.3'
|
version_added: '2.4'
|
||||||
trim_blocks:
|
trim_blocks:
|
||||||
description:
|
description:
|
||||||
- If this is set to True the first newline after a block is removed (block, not variable tag!).
|
- If this is set to True the first newline after a block is removed (block, not variable tag!).
|
||||||
default: "no"
|
default: "no"
|
||||||
version_added: '2.3'
|
version_added: '2.4'
|
||||||
force:
|
force:
|
||||||
description:
|
description:
|
||||||
- the default is C(yes), which will replace the remote file when contents
|
- the default is C(yes), which will replace the remote file when contents
|
||||||
|
@ -86,7 +86,7 @@ options:
|
||||||
if the destination does not exist.
|
if the destination does not exist.
|
||||||
choices: [ "yes", "no" ]
|
choices: [ "yes", "no" ]
|
||||||
default: "yes"
|
default: "yes"
|
||||||
version_added: '2.3'
|
version_added: '2.4'
|
||||||
notes:
|
notes:
|
||||||
- For other platforms you can use M(template) which uses '\n' as C(newline_sequence).
|
- For other platforms you can use M(template) which uses '\n' as C(newline_sequence).
|
||||||
- Templates are loaded with C(trim_blocks=True).
|
- Templates are loaded with C(trim_blocks=True).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue