helps to use correct hostname for delegation
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
af02a03b6d
commit
ad5c66fbf7
1 changed files with 1 additions and 1 deletions
|
@ -609,7 +609,7 @@
|
|||
- name: skopeo sync openshift required docker images
|
||||
shell: "skopeo copy docker://docker.io/{{item}}:{{origin_release}} docker://{{candidate_registry}}/{{item}}:{{origin_release}}"
|
||||
with_items: "{{openshift_required_images}}"
|
||||
delegate_to: composer-01.stg.phx2.fedoraproject.org
|
||||
delegate_to: composer.stg.phx2.fedoraproject.org
|
||||
register: docker_pull_openshift_delegated
|
||||
changed_when: "'Skipping fetch of repeat blob' not in docker_pull_openshift_delegated.stdout"
|
||||
when: env == "staging"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue