mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
move progress to sysmon role
This commit is contained in:
parent
f8c7a155c6
commit
45496cfa20
2 changed files with 5 additions and 1 deletions
|
|
@ -96,7 +96,6 @@ base_packages:
|
|||
- termdown
|
||||
- fzf
|
||||
- cpulimit
|
||||
- progress
|
||||
|
||||
filesystem_packages:
|
||||
- dosfstools
|
||||
|
|
|
|||
|
|
@ -28,3 +28,8 @@
|
|||
pacman:
|
||||
name: smartmontools
|
||||
state: present
|
||||
|
||||
- name: Install progress
|
||||
pacman:
|
||||
name: progress
|
||||
state: present
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue