🚀 perf(ansible): reflector changes to optimize speed
This commit is contained in:
parent
076effee95
commit
662774b9a3
2 changed files with 8 additions and 1 deletions
|
@ -14,3 +14,4 @@ if [[ $system_type == "Arch Linux" ]]; then
|
||||||
ansible-galaxy collection install kewlfft.aur
|
ansible-galaxy collection install kewlfft.aur
|
||||||
ansible-playbook -v -u $USER -K playbook_system_arch.yml
|
ansible-playbook -v -u $USER -K playbook_system_arch.yml
|
||||||
ansible-playbook -v -u $USER -K playbook_packages_arch.yml
|
ansible-playbook -v -u $USER -K playbook_packages_arch.yml
|
||||||
|
fi
|
||||||
|
|
|
@ -153,7 +153,13 @@
|
||||||
content: |
|
content: |
|
||||||
--save /etc/pacman.d/mirrorlist
|
--save /etc/pacman.d/mirrorlist
|
||||||
--protocol http
|
--protocol http
|
||||||
--country ES
|
--country Spain
|
||||||
|
--country France
|
||||||
|
--country Germany
|
||||||
|
--country Portugal
|
||||||
|
--country Italy
|
||||||
|
--country United_Kingdom
|
||||||
|
--latest 20
|
||||||
--score 20
|
--score 20
|
||||||
--sort rate
|
--sort rate
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue