Skip to content

Commit 10e2868

Browse files
committed
Write built image UUID to file
1 parent 78b3b55 commit 10e2868

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

image-build/image-build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,9 @@
2929
- name: Print cluster_image UUID
3030
debug:
3131
msg: "{{ cluster_image }}"
32+
33+
- name: Write cluster image UUID to file
34+
copy:
35+
dest: "/tmp/cluster_image_uuid.yml"
36+
content: |
37+
cluster_image: "{{ cluster_image }}"

0 commit comments

Comments
 (0)