moved packages only available for arch

moved them to an own block
This commit is contained in:
rene
2022-02-17 17:20:56 +01:00
parent b1aa48bbaf
commit 7362940d31

View File

@@ -3,14 +3,11 @@
package: package:
state: latest state: latest
name: name:
- bashtop
- curl - curl
- exa
- htop - htop
- iftop - iftop
- iotop - iotop
- "{{ lm_sensors_package }}" - "{{ lm_sensors_package }}"
- lsd
- lsof - lsof
- neofetch - neofetch
- net-tools - net-tools
@@ -23,6 +20,15 @@
- "{{ vim_package }}" - "{{ vim_package }}"
- wget - wget
- name: system setup | utilities | install utilities (arch)
tags: packages,system,system setup
package:
state: latest
name:
- bashtop
- exa
- lsd
- name: system setup | utilities | install man-pages (arch) - name: system setup | utilities | install man-pages (arch)
tags: packages,system,settings tags: packages,system,settings
pacman: pacman: