summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorBen Doherty <ben@thinkoomph.com>2016-05-31 18:30:47 -0400
committerBen Doherty <ben@thinkoomph.com>2016-05-31 18:30:47 -0400
commitd5e861b3529d1e06281f0df755e55f6183d55c29 (patch)
tree2c09e86c74f881fbfc7ae5592134072f262c33c7 /files
parent6e0aac888b736b4edd13d130cb0e24af01da842e (diff)
downloadansible-modules-extras-d5e861b3529d1e06281f0df755e55f6183d55c29.tar.gz
Reword comments slightly
Diffstat (limited to 'files')
-rw-r--r--files/archive.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/archive.py b/files/archive.py
index 8a9a082f..53df2d10 100644
--- a/files/archive.py
+++ b/files/archive.py
@@ -32,7 +32,7 @@ description:
options:
path:
description:
- - Remote absolute path, glob, or list of paths or globs for the file or files to archive or compress.
+ - Remote absolute path, glob, or list of paths or globs for the file or files to compress or archive.
required: true
compression:
description:
@@ -134,7 +134,7 @@ def main():
changed = False
state = 'absent'
- # Simple or archive file compression (inapplicable with 'zip')
+ # Simple or archive file compression (inapplicable with 'zip' since it's always an archive)
archive = False
successes = []