From 07a32bb6b7d8caa11caec674779a04a390a4ae3a Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Tue, 4 Jun 2019 13:03:39 +0200 Subject: [PATCH] oci-registry-prune: Add stdout_lines debug to the delete_old_oci_images run Signed-off-by: Clement Verna --- playbooks/manual/oci-registry-prune.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/playbooks/manual/oci-registry-prune.yml b/playbooks/manual/oci-registry-prune.yml index 002b61f7c1..369b3471e2 100644 --- a/playbooks/manual/oci-registry-prune.yml +++ b/playbooks/manual/oci-registry-prune.yml @@ -36,6 +36,9 @@ password: "{{candidate_registry_osbs_stg_password}}" delegate_to: compose-x86-01.phx2.fedoraproject.org when: env == "staging" + register: output + + - debug: var=output.stdout_lines - name: Run registry garbage collection to reclaim disk space (stg) command: "registry garbage-collect /etc/docker-distribution/registry/config.yml"