Skip to content

Commit 28213bf

Browse files
authored
Fix suppoort-tools syncing (#587)
1 parent 9a68859 commit 28213bf

File tree

1 file changed

+1
-1
lines changed
  • ansible/roles/bastion-registry/tasks

1 file changed

+1
-1
lines changed

ansible/roles/bastion-registry/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595

9696
- name: Mirror support-tools for toolbox (sosreport)
9797
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
98+
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
9999
register: result
100100
until: not result.failed
101101
retries: 3

0 commit comments

Comments
 (0)