Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
Adding file doc fragment to those modules in files/ missing it
Browse files Browse the repository at this point in the history
  • Loading branch information
jimi-c committed Oct 2, 2014
1 parent 1c2995d commit cb69744
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions files/ini_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
---
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
Expand Down
1 change: 1 addition & 0 deletions files/lineinfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
---
module: lineinfile
author: Daniel Hokka Zakrisson, Ahti Kitsik
extends_documentation_fragment: files
short_description: Ensure a particular line is in a file, or replace an
existing line using a back-referenced regular expression.
description:
Expand Down
1 change: 1 addition & 0 deletions files/replace.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
---
module: replace
author: Evan Kaufman
extends_documentation_fragment: files
short_description: Replace all instances of a particular string in a
file using a back-referenced regular expression.
description:
Expand Down
1 change: 1 addition & 0 deletions files/unarchive.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
module: unarchive
version_added: 1.4
short_description: Copies an archive to a remote location and unpack it
extends_documentation_fragment: files
description:
- The M(unarchive) module copies an archive file from the local machine to a remote and unpacks it.
options:
Expand Down

0 comments on commit cb69744

Please sign in to comment.