From 2ecdcd710db370632b31356d29143aaab7ea8173 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Tue, 30 Jun 2026 13:13:09 +0200 Subject: Remove unneeded (and big) arch update that causes tmpfs to fail --- roles/bootstrap/tasks/install-archlinux.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/bootstrap/tasks/install-archlinux.yml b/roles/bootstrap/tasks/install-archlinux.yml index 805a04b..e2c795f 100644 --- a/roles/bootstrap/tasks/install-archlinux.yml +++ b/roles/bootstrap/tasks/install-archlinux.yml @@ -3,7 +3,6 @@ ansible.builtin.command: cmd: "{{ item }}" loop: - - "pacman -Syu --noconfirm" - "pacman -Sy --needed archlinux-keyring --noconfirm" changed_when: true -- cgit v1.2.3