mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 15:11:23 -07:00
Add compressed file source to successes when succeeds!
This commit is contained in:
parent
bab1f5c082
commit
90fdc71728
1 changed files with 2 additions and 0 deletions
|
@ -272,6 +272,8 @@ def main():
|
||||||
|
|
||||||
shutil.copyfileobj(f_in, f_out)
|
shutil.copyfileobj(f_in, f_out)
|
||||||
|
|
||||||
|
successes.append(path)
|
||||||
|
|
||||||
except OSError:
|
except OSError:
|
||||||
e = get_exception()
|
e = get_exception()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue