From fb63daa8e7ed26a947fbcfc534472eef76d4bbd1 Mon Sep 17 00:00:00 2001 From: usrbinkat Date: Sun, 18 Oct 2020 03:51:20 +0000 Subject: [PATCH] img infra artifacts isolation wip --- collector/bundle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collector/bundle.yml b/collector/bundle.yml index fa1efbb..bc4cb45 100755 --- a/collector/bundle.yml +++ b/collector/bundle.yml @@ -21,7 +21,7 @@ ####### SHA256sum Artifact Bundle File - name: '{{ ansible_name_module }} | stat:sha256 | SHA ArtifactsBundle.tar.xz' - command: 'sha256sum ocp-{{ version_openshift }}.tar.xz' + command: 'sha256sum koffer-bundle.ocp-{{ version_openshift }}.tar.xz' args: chdir: '/tmp/' warn: false