diff --git a/playbooks/manual/oci-registry-prune.yml b/playbooks/manual/oci-registry-prune.yml index 839a0408f1..8a2815180b 100644 --- a/playbooks/manual/oci-registry-prune.yml +++ b/playbooks/manual/oci-registry-prune.yml @@ -4,7 +4,7 @@ # registry hosts. - name: Prune 30 days old OCI images from candidate-registry - hosts: oci-candidate-registry01.phx2.fedoraproject.org:oci-candidate-registry01.stg.phx2.fedoraproject.org + hosts: oci-candidate-registry01.iad2.fedoraproject.org:oci-candidate-registry01.stg.iad2.fedoraproject.org gather_facts: false user: root @@ -21,7 +21,7 @@ days: 30 username: "{{candidate_registry_osbs_prod_username}}" password: "{{candidate_registry_osbs_prod_password}}" - delegate_to: compose-x86-01.phx2.fedoraproject.org + delegate_to: compose-x86-01.iad2.fedoraproject.org when: env == "production" register: prod_output @@ -37,7 +37,7 @@ days: 30 username: "{{candidate_registry_osbs_stg_username}}" password: "{{candidate_registry_osbs_stg_password}}" - delegate_to: compose-x86-01.phx2.fedoraproject.org + delegate_to: compose-x86-01.iad2.fedoraproject.org when: env == "staging" register: stg_output