diff --git a/playbooks/manual/oci-registry-prune.yml b/playbooks/manual/oci-registry-prune.yml index 114a13defb..d6f3e9fe71 100644 --- a/playbooks/manual/oci-registry-prune.yml +++ b/playbooks/manual/oci-registry-prune.yml @@ -17,11 +17,10 @@ tasks: - name: Find and Delete 30 days old OCI images - local_action: > - delete_old_oci_images - days=30 - username="{{candidate_registry_osbs_prod_username}}" - password="{{candidate_registry_osbs_prod_password}}" + delete_old_oci_images: + days: 30 + username: "{{candidate_registry_osbs_prod_username}}" + password: "{{candidate_registry_osbs_prod_password}}" - name: Run registry garbage collection to reclaim disk space command: "registry garbage-collect /etc/docker-distribution/registry/config.yml"