From d4b51adf728b1c61b1f38d6d3209e64017755a66 Mon Sep 17 00:00:00 2001 From: Ben Doherty Date: Tue, 31 May 2016 18:30:47 -0400 Subject: [PATCH] Reword comments slightly --- lib/ansible/modules/extras/files/archive.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/extras/files/archive.py b/lib/ansible/modules/extras/files/archive.py index 8a9a082f2a..53df2d109d 100644 --- a/lib/ansible/modules/extras/files/archive.py +++ b/lib/ansible/modules/extras/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 = []