oci-registry-prune: Add stdout_lines debug to the delete_old_oci_images run
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
34421de5f0
commit
07a32bb6b7
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue