mirrormanager_proxy: drop call trying to us mm-backend01

mm-backend01 no longer exists, the application has moved into openshift.

So, just drop this and the files will get synced.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2025-05-28 17:35:07 -07:00
parent 60c4bdd9d0
commit 0819fe8c0b

View file

@ -163,12 +163,3 @@
register: mirrorlist_cache_status
tags:
- mirrorlist_proxy
- name: Deploy mirrorlist data files (if this is a initial install)
ansible.builtin.command: "rsync -az --delete-delay --delay-updates --delete /var/lib/mirrormanager/mirrorlist_cache.proto /usr/share/mirrormanager2/country_continent.csv /var/lib/mirrormanager/global_netblocks.txt /var/lib/mirrormanager/i2_netblocks.txt {{ inventory_hostname }}:/srv/mirrorlist/data/mirrorlist1/"
become: yes
become_user: mirrormanager
delegate_to: "mm-backend01.iad2.fedoraproject.org"
when: env == "production" and not mirrorlist_cache_status.stat.exists
tags:
- mirrorlist_proxy