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:
parent
60c4bdd9d0
commit
0819fe8c0b
1 changed files with 0 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue