ci: fix cache misses (#1053)
Signed-off-by: Mohammed Naser <mnaser@vexxhost.com>
diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml
index b5c87b8..e1762f46 100644
--- a/zuul.d/jobs.yaml
+++ b/zuul.d/jobs.yaml
@@ -16,6 +16,7 @@
name: atmosphere-build-images
pre-run: zuul.d/playbooks/build-images/pre.yml
run: zuul.d/playbooks/build-images/run.yml
+ ansible-split-streams: true
- job:
name: atmosphere-upload-images
diff --git a/zuul.d/playbooks/build-images/run.yml b/zuul.d/playbooks/build-images/run.yml
index 5da714a..68ad3a7 100644
--- a/zuul.d/playbooks/build-images/run.yml
+++ b/zuul.d/playbooks/build-images/run.yml
@@ -42,7 +42,7 @@
- name: Set fact with list of images
set_fact:
images_built: "{{ images_built_json.stdout | from_json | json_query('target.*.tags[?@] | []') }}"
-
+
- name: Sign images
when: zuul.pipeline == 'post'
block: