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: