Skip to content

Commit 1b98ee7

Browse files
author
David Sariel
committed
DNM: print manifests
1 parent e269481 commit 1b98ee7

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

roles/openshift_setup/tasks/configure_registries.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,20 @@
3737
- "{{ cifmw_update_containers_registry }}"
3838
allowedRegistries: "{{ all_registries }}"
3939

40+
- name: Print cifmw_openshift_setup_digest_mirrors value
41+
ansible.builtin.debug:
42+
msg:
43+
- "Defined: {{ cifmw_openshift_setup_digest_mirrors is defined }}"
44+
- "Type: {{ cifmw_openshift_setup_digest_mirrors | type_debug }}"
45+
- "Value: {{ cifmw_openshift_setup_digest_mirrors | default('UNDEFINED') }}"
46+
47+
- name: Print cifmw_catalog_manifect value
48+
ansible.builtin.debug:
49+
msg:
50+
- "Defined: {{ cifmw_catalog_manifect is defined }}"
51+
- "Type: {{ cifmw_catalog_manifect | type_debug }}"
52+
- "Value: {{ cifmw_catalog_manifect | default('UNDEFINED') }}"
53+
4054
- name: Create ImageDigestMirrorSet repository digest mirrors
4155
when:
4256
- cifmw_openshift_setup_digest_mirrors is defined

0 commit comments

Comments
 (0)