This website requires JavaScript.
Explore
Help
Sign In
ansible-roles
/
archlinux-common
Watch
1
Star
0
Fork
You've already forked archlinux-common
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
master
archlinux-common
/
templates
/
mirrorlist.j2
6 lines
95 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
Just copy common-2 here
2022-01-26 00:39:23 +03:00
# {{ ansible_managed }}
Major role refactoring
2022-02-22 01:46:02 +03:00
{% for server in pacman_mirrors %}
Server = {{ server }}
{% endfor %}