feat(common): add nano, vim, sshpass, smartmontools, cargo-audit
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user