Adding file doc fragment to those modules in files/ missing it

This commit is contained in:
James Cammarata 2014-10-01 20:30:25 -05:00 committed by Matt Clay
commit 429ab56e14
4 changed files with 4 additions and 0 deletions

View file

@ -23,6 +23,7 @@ DOCUMENTATION = '''
---
module: ini_file
short_description: Tweak settings in INI files
extends_documentation_fragment: files
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