From 221e96cc0aee5416ad31546ba937bfd10d55765b Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Thu, 26 Feb 2026 03:59:34 +0100 Subject: Add vi/less for basic debugging on fresh arch --- roles/bootstrap/tasks/install-archlinux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bootstrap/tasks/install-archlinux.yml b/roles/bootstrap/tasks/install-archlinux.yml index 033da1d..dde614e 100644 --- a/roles/bootstrap/tasks/install-archlinux.yml +++ b/roles/bootstrap/tasks/install-archlinux.yml @@ -10,7 +10,7 @@ - name: "Run pacstrap" ansible.builtin.command: - cmd: "pacstrap -K {{ mnt_root_path }} base linux linux-firmware" + cmd: "pacstrap -K {{ mnt_root_path }} base linux linux-firmware vi less" changed_when: true - name: "Generate fstab" -- cgit v1.2.3