Fixes #4522 Document that comments in ini files will be discarded with the ini module

pull/4420/head
James Tanner 2013-11-08 09:57:22 -05:00
parent 75b831318e
commit 36ca726258
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ description:
- Manage (add, remove, change) individual settings in an INI-style file without having - 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 to manage the file as a whole with, say, M(template) or M(assemble). Adds missing
sections if they don't exist. 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" version_added: "0.9"
options: options:
dest: dest: