diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-14 01:30:19 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-14 01:31:15 +0200 |
| commit | f5fad766ec0f460a905c4a0b4ff31619f9b4b713 (patch) | |
| tree | f46bce786a72ad93ad4e36b4acf0223d79a88a4f /roles/bootstrap | |
| parent | 296be49e6918fedb22d1dab040ff9fdf3624c055 (diff) | |
Revert "Refresh arch mirror list, to avoid stale sporadic mirrors failures"
This reverts commit 8e344620074293fe6272a4cd0837ac428a0f274f.
Diffstat (limited to 'roles/bootstrap')
| -rw-r--r-- | roles/bootstrap/tasks/install-archlinux.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/roles/bootstrap/tasks/install-archlinux.yml b/roles/bootstrap/tasks/install-archlinux.yml index 441d448..5180da4 100644 --- a/roles/bootstrap/tasks/install-archlinux.yml +++ b/roles/bootstrap/tasks/install-archlinux.yml @@ -1,10 +1,4 @@ --- -- name: "Refresh mirrorlist" - ansible.builtin.command: - # CDN edges (e.g. fastly.mirror.pkgbuild.com) drop SSL on large downloads; pick working mirrors - cmd: reflector --latest 5 --sort rate --protocol https --save /etc/pacman.d/mirrorlist - changed_when: true - - name: "Update live environment" ansible.builtin.command: cmd: "{{ item }}" |
