summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorBen Doherty <ben@thinkoomph.com>2016-05-26 21:38:36 -0400
committerBen Doherty <ben@thinkoomph.com>2016-05-26 21:38:36 -0400
commitecd60f48398ed7adacccc29801896c95dab0ae97 (patch)
treefae9c1a869d3f99a962c5559a72f2d9d575e25bb /files
parent9cde150bd12b771ba607b9e62918c57ca724ef88 (diff)
downloadansible-modules-extras-ecd60f48398ed7adacccc29801896c95dab0ae97.tar.gz
Add compressed file source to successes when succeeds!
Diffstat (limited to 'files')
-rw-r--r--files/archive.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/files/archive.py b/files/archive.py
index e64a9197..42814027 100644
--- a/files/archive.py
+++ b/files/archive.py
@@ -272,6 +272,8 @@ def main():
shutil.copyfileobj(f_in, f_out)
+ successes.append(path)
+
except OSError:
e = get_exception()