diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-06-30 13:13:09 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-06-30 13:13:09 +0200 |
| commit | 2ecdcd710db370632b31356d29143aaab7ea8173 (patch) | |
| tree | 436b20a2d7dcbdfae781c1cb051fe2f65ee0664c /roles | |
| parent | d7feebad646313559806af07f92189b560098c38 (diff) | |
Remove unneeded (and big) arch update that causes tmpfs to fail
Diffstat (limited to 'roles')
| -rw-r--r-- | roles/bootstrap/tasks/install-archlinux.yml | 1 |
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 |
