only run this in prod
This commit is contained in:
parent
da87f26600
commit
ab7f61840f
1 changed files with 2 additions and 1 deletions
|
@ -127,6 +127,7 @@
|
|||
- name: Deploy mirrorlist data files (if this is a initial install)
|
||||
shell: "rsync -az --delete-delay --delay-updates --delete /var/lib/mirrormanager/{*pkl,*txt} {{ inventory_hostname }}:/srv/mirrorlist/data/mirrorlist1/ creates=/srv/mirrorlist/data/mirrorlist1/mirrorlist_cache.pkl"
|
||||
become: mirrormanager
|
||||
delegate_to: "mm-backend01{{env_suffix}}.phx2.fedoraproject.org"
|
||||
delegate_to: "mm-backend01.phx2.fedoraproject.org"
|
||||
when: env == "production"
|
||||
tags:
|
||||
- mirrorlist_proxy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue