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
parent 6eda3cbee7
commit 429ab56e14
4 changed files with 4 additions and 0 deletions

View file

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

View file

@ -28,6 +28,7 @@ DOCUMENTATION = """
--- ---
module: lineinfile module: lineinfile
author: Daniel Hokka Zakrisson, Ahti Kitsik author: Daniel Hokka Zakrisson, Ahti Kitsik
extends_documentation_fragment: files
short_description: Ensure a particular line is in a file, or replace an short_description: Ensure a particular line is in a file, or replace an
existing line using a back-referenced regular expression. existing line using a back-referenced regular expression.
description: description:

View file

@ -26,6 +26,7 @@ DOCUMENTATION = """
--- ---
module: replace module: replace
author: Evan Kaufman author: Evan Kaufman
extends_documentation_fragment: files
short_description: Replace all instances of a particular string in a short_description: Replace all instances of a particular string in a
file using a back-referenced regular expression. file using a back-referenced regular expression.
description: description:

View file

@ -24,6 +24,7 @@ DOCUMENTATION = '''
module: unarchive module: unarchive
version_added: 1.4 version_added: 1.4
short_description: Copies an archive to a remote location and unpack it short_description: Copies an archive to a remote location and unpack it
extends_documentation_fragment: files
description: description:
- The M(unarchive) module copies an archive file from the local machine to a remote and unpacks it. - The M(unarchive) module copies an archive file from the local machine to a remote and unpacks it.
options: options: