From ba97a34bb34fc08df7d12600bdc945778f773d03 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Tue, 17 Jan 2017 10:16:32 -0500 Subject: [PATCH] minor doc fix --- lib/ansible/modules/files/ini_file.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/files/ini_file.py b/lib/ansible/modules/files/ini_file.py index d1d2cf41f89..bfc9f8537b0 100644 --- a/lib/ansible/modules/files/ini_file.py +++ b/lib/ansible/modules/files/ini_file.py @@ -35,7 +35,7 @@ description: sections if they don't exist. - Before version 2.0, comments are discarded when the source file is read, and therefore will not show up in the destination file. - Since version 2.3, this module adds missing ending newlines to files to keep in line with the POSIX standard, even when - no modifications need to be applied. + no other modifications need to be applied. version_added: "0.9" options: path: