From 749e67fdf82936b79c180efeec3a1219d9fcbe1b Mon Sep 17 00:00:00 2001 From: Adam Mizerski Date: Fri, 25 May 2018 05:48:12 +0200 Subject: [PATCH] update docs of template module (#40312) default value of 'trim_blocks' is 'yes' +label: docsite_pr --- lib/ansible/modules/files/template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/files/template.py b/lib/ansible/modules/files/template.py index 28085acb46..a7c879f430 100644 --- a/lib/ansible/modules/files/template.py +++ b/lib/ansible/modules/files/template.py @@ -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: