diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-02-26 20:44:39 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-02-26 20:44:39 +0100 |
| commit | 35462a7e751f7bdb51dd2442dd90b4495e67f420 (patch) | |
| tree | fab4ff68f596213207bd97162bc3d1ffe2805fda /roles | |
| parent | d9433d2eef58001073059bb470b509ed1c31e481 (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')
| -rw-r--r-- | roles/bootstrap/tasks/install-archlinux.yml | 2 |
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" |
