From 40770874c9b4d8bc864bbb2e4143ea79d75cafd3 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Mon, 7 Aug 2017 17:14:31 +0000 Subject: [PATCH] use correct command syntax for skopeo (osbs) Signed-off-by: Adam Miller --- playbooks/groups/osbs-orchestrator-cluster.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/osbs-orchestrator-cluster.yml b/playbooks/groups/osbs-orchestrator-cluster.yml index eb737a5b35..c29ed039fb 100644 --- a/playbooks/groups/osbs-orchestrator-cluster.yml +++ b/playbooks/groups/osbs-orchestrator-cluster.yml @@ -605,7 +605,7 @@ tasks: - name: skopeo sync openshift required docker images - shell: "skopeo copy docker://docker.io/{{item}}:{{origin_release}} {{candidate_registry}}/{{item}}:{{origin_release}}" + shell: "skopeo copy docker://docker.io/{{item}}:{{origin_release}} docker://{{candidate_registry}}/{{item}}:{{origin_release}}" with_items: "{{openshift_required_images}}" delegate_to: compose-x86-01.phx2.fedoraproject.org register: docker_pull_openshift_delegated