summaryrefslogtreecommitdiffstats
path: root/roles/bootstrap/tasks
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-02-26 03:59:34 +0100
committerAhmed Abdelhalim <[email protected]>2026-02-26 03:59:34 +0100
commit221e96cc0aee5416ad31546ba937bfd10d55765b (patch)
tree173ed796394dcb10e1efca630a0f0e6e55290f5f /roles/bootstrap/tasks
parent415805d51eb574ea7dc0a9b0aa50f848716743e2 (diff)
Add vi/less for basic debugging on fresh arch
Diffstat (limited to 'roles/bootstrap/tasks')
-rw-r--r--roles/bootstrap/tasks/install-archlinux.yml2
1 files changed, 1 insertions, 1 deletions
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"