added dmidecode to basic packages

This commit is contained in:
2022-06-27 10:15:03 +02:00
parent 43e90a3767
commit a72e8d063b

View File

@@ -4,6 +4,7 @@
state: latest state: latest
name: name:
- curl - curl
- dmidecode
- htop - htop
- iftop - iftop
- iotop - iotop
@@ -12,6 +13,7 @@
- neofetch - neofetch
- net-tools - net-tools
- "{{ nfs_client_package }}" - "{{ nfs_client_package }}"
- python3-netaddr
- ranger - ranger
- rsync - rsync
- tmux - tmux
@@ -21,7 +23,6 @@
- vim-python-jedi - vim-python-jedi
- wget - wget
- unattended-upgrades - unattended-upgrades
- python3-netaddr
- name: system setup | utilities | install cloud-init and gemu guest agent - name: system setup | utilities | install cloud-init and gemu guest agent
tags: packages,system,system setup tags: packages,system,system setup