feat(common): add nano, vim, sshpass, smartmontools, cargo-audit

This commit is contained in:
Tuan-Dat Tran
2026-07-28 09:02:58 +02:00
parent 2235d933d5
commit 224166f9ea

View File

@@ -50,6 +50,10 @@
- bind - bind
- socat - socat
- iperf3 - iperf3
- nano
- vim
- sshpass
- smartmontools
state: present state: present
- name: Install Rust toolchain and Python uv - name: Install Rust toolchain and Python uv
@@ -67,6 +71,11 @@
- uv - uv
state: present state: present
- name: Install cargo-audit
command: cargo install cargo-audit --locked
args:
creates: "{{ archsetup_user_home }}/.cargo/bin/cargo-audit"
- name: Install Fonts - name: Install Fonts
become: true become: true
pacman: pacman: