summaryrefslogtreecommitdiffstats
path: root/roles/bootstrap/tasks
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-06-30 13:13:09 +0200
committerAhmed Abdelhalim <[email protected]>2026-06-30 13:13:09 +0200
commit2ecdcd710db370632b31356d29143aaab7ea8173 (patch)
tree436b20a2d7dcbdfae781c1cb051fe2f65ee0664c /roles/bootstrap/tasks
parentd7feebad646313559806af07f92189b560098c38 (diff)
Remove unneeded (and big) arch update that causes tmpfs to fail
Diffstat (limited to 'roles/bootstrap/tasks')
-rw-r--r--roles/bootstrap/tasks/install-archlinux.yml1
1 files changed, 0 insertions, 1 deletions
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