From 35462a7e751f7bdb51dd2442dd90b4495e67f420 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Thu, 26 Feb 2026 20:44:39 +0100 Subject: 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 --- roles/bootstrap/tasks/install-archlinux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles') 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" -- cgit v1.2.3