🚀 perf(ansible): reflector changes to optimize speed

This commit is contained in:
Sergio Laín 2023-10-07 23:06:09 +02:00
parent 076effee95
commit 662774b9a3
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
2 changed files with 8 additions and 1 deletions

View file

@ -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

View file

@ -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