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 9a68859 commit 28213bfCopy full SHA for 28213bf
ansible/roles/bastion-registry/tasks/main.yml
@@ -95,7 +95,7 @@
95
96
- name: Mirror support-tools for toolbox (sosreport)
97
shell: |
98
- oc image mirror -a {{ registry_path }}/pull-secret-bastion.txt registry.redhat.io/rhel8/support-tools {{ registry_host }}:{{ registry_port }}/rhel8/support-tools --keep-manifest-list --continue-on-error=true
+ oc image mirror -a {{ registry_path }}/pull-secret-bastion.txt registry.redhat.io/rhel8/support-tools:latest {{ registry_host }}:{{ registry_port }}/rhel8/support-tools --keep-manifest-list --continue-on-error=true
99
register: result
100
until: not result.failed
101
retries: 3
0 commit comments