summaryrefslogtreecommitdiffstats
path: root/roles/bootstrap/tasks
diff options
context:
space:
mode:
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 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"