lets see if this helps with new proxy deploys
This commit is contained in:
parent
9239431b43
commit
c1a72a16d8
1 changed files with 7 additions and 0 deletions
|
@ -123,3 +123,10 @@
|
||||||
tags:
|
tags:
|
||||||
- selinux
|
- selinux
|
||||||
- mirrorlist_proxy
|
- mirrorlist_proxy
|
||||||
|
|
||||||
|
- 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"
|
||||||
|
tags:
|
||||||
|
- mirrorlist_proxy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue