From 828149c791a9c693a0e33e5362500117eb0b4490 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Tue, 4 Jun 2019 11:57:08 +0200 Subject: [PATCH] oci-registry-prune: compose-x86-01 is already configure to interact with candidate-registry Signed-off-by: Clement Verna --- playbooks/manual/oci-registry-prune.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/manual/oci-registry-prune.yml b/playbooks/manual/oci-registry-prune.yml index d6f3e9fe71..cd78c8db67 100644 --- a/playbooks/manual/oci-registry-prune.yml +++ b/playbooks/manual/oci-registry-prune.yml @@ -21,6 +21,7 @@ days: 30 username: "{{candidate_registry_osbs_prod_username}}" password: "{{candidate_registry_osbs_prod_password}}" + delegate_to: compose-x86-01.phx2.fedoraproject.org - name: Run registry garbage collection to reclaim disk space command: "registry garbage-collect /etc/docker-distribution/registry/config.yml"