mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 14:20:22 -07:00
update docs of template module (#40312)
default value of 'trim_blocks' is 'yes' +label: docsite_pr
This commit is contained in:
parent
e5ccdaec88
commit
749e67fdf8
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ options:
|
||||||
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!).
|
||||||
type: bool
|
type: bool
|
||||||
default: 'no'
|
default: 'yes'
|
||||||
version_added: '2.4'
|
version_added: '2.4'
|
||||||
lstrip_blocks:
|
lstrip_blocks:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue