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