We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4bc3cf commit 1e95ae7Copy full SHA for 1e95ae7
image-build.yml
@@ -21,4 +21,12 @@
21
- name: Print cluster_image UUID
22
debug:
23
msg: "{{ cluster_image }}"
24
+
25
+ - name: Write cluster_image UUID to file
26
+ copy:
27
+ dest: "{{ playbook_dir }}/cluster_image_uuid.txt"
28
+ content: "{{ cluster_image }}"
29
+ when:
30
+ - write_cluster_image_uuid_file is defined
31
+ - write_cluster_image_uuid_file
32
when: cluster_state is not defined or (cluster_state is defined and cluster_state != "absent")
0 commit comments