1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

update docs of template module (#40312)

default value of 'trim_blocks' is 'yes'

+label: docsite_pr
This commit is contained in:
Adam Mizerski 2018-05-25 05:48:12 +02:00 committed by Adam Miller
parent e5ccdaec88
commit 749e67fdf8

View file

@ -72,7 +72,7 @@ options:
description:
- If this is set to True the first newline after a block is removed (block, not variable tag!).
type: bool
default: 'no'
default: 'yes'
version_added: '2.4'
lstrip_blocks:
description: