summaryrefslogtreecommitdiffstats
path: root/roles/bootstrap
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-02-26 20:44:39 +0100
committerAhmed Abdelhalim <[email protected]>2026-02-26 20:44:39 +0100
commit35462a7e751f7bdb51dd2442dd90b4495e67f420 (patch)
treefab4ff68f596213207bd97162bc3d1ffe2805fda /roles/bootstrap
parentd9433d2eef58001073059bb470b509ed1c31e481 (diff)
Replace vi with nano
The vi package depends on vim, which doesn't provide clipboard support and conflicts with the gvim package that is used later in configuration or arch based hosts
Diffstat (limited to 'roles/bootstrap')
-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 dde614e..5affa1c 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 vi less"
+ cmd: "pacstrap -K {{ mnt_root_path }} base linux linux-firmware less nano"
changed_when: true
- name: "Generate fstab"