From 1ad4f6e325489b1e0334604108f036cf9c153968 Mon Sep 17 00:00:00 2001 From: James Tanner Date: Fri, 8 Nov 2013 09:57:22 -0500 Subject: [PATCH] Fixes #4522 Document that comments in ini files will be discarded with the ini module --- files/ini_file | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/ini_file b/files/ini_file index 7634a3b6963..2c29402f96b 100644 --- a/files/ini_file +++ b/files/ini_file @@ -27,6 +27,8 @@ description: - Manage (add, remove, change) individual settings in an INI-style file without having to manage the file as a whole with, say, M(template) or M(assemble). Adds missing sections if they don't exist. + - Comments are discarded when the source file is read, and therefore will not + show up in the destination file. version_added: "0.9" options: dest: