mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 15:27:47 -02:30
Add in the missing dry-run check for csv analytics collectors
This commit is contained in:
@@ -259,6 +259,7 @@ def gather(dest=None, module=None, subset=None, since=None, until=None, collecti
|
|||||||
tgzfile = package(dest.parent, payload, until)
|
tgzfile = package(dest.parent, payload, until)
|
||||||
if tgzfile is not None:
|
if tgzfile is not None:
|
||||||
tarfiles.append(tgzfile)
|
tarfiles.append(tgzfile)
|
||||||
|
if collection_type != 'dry-run':
|
||||||
if not ship(tgzfile):
|
if not ship(tgzfile):
|
||||||
slice_succeeded, succeeded = False, False
|
slice_succeeded, succeeded = False, False
|
||||||
break
|
break
|
||||||
|
|||||||
Reference in New Issue
Block a user