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

reviewable/pr18780/r1
James Tanner 11 years ago
parent 44014d6800
commit 1ad4f6e325

@ -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:

Loading…
Cancel
Save