From 224166f9ea89e8377c292672b85f6f14276aca5a Mon Sep 17 00:00:00 2001 From: Tuan-Dat Tran Date: Tue, 28 Jul 2026 09:02:58 +0200 Subject: [PATCH] feat(common): add nano, vim, sshpass, smartmontools, cargo-audit --- roles/common/tasks/main.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/roles/common/tasks/main.yml b/roles/common/tasks/main.yml index bca310b..94396a1 100644 --- a/roles/common/tasks/main.yml +++ b/roles/common/tasks/main.yml @@ -50,6 +50,10 @@ - bind - socat - iperf3 + - nano + - vim + - sshpass + - smartmontools state: present - name: Install Rust toolchain and Python uv @@ -67,6 +71,11 @@ - uv state: present +- name: Install cargo-audit + command: cargo install cargo-audit --locked + args: + creates: "{{ archsetup_user_home }}/.cargo/bin/cargo-audit" + - name: Install Fonts become: true pacman: