2
0
Fork 0

Fix #11 − Update package list for Debian

This commit is contained in:
Jeremy Gardais 2021-06-23 10:27:48 +02:00
parent f7df94a728
commit 09b9c5bb26
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
2 changed files with 10 additions and 5 deletions

View File

@ -1,5 +1,9 @@
## v1.3.1 ## v1.3.1
### Fix
* Update package list for Debian from `dpkg --info` of the last 2.6 version (fix #11).
### Enhancement ### Enhancement
* Flatten packages list to allow condition. * Flatten packages list to allow condition.

View File

@ -5,8 +5,6 @@
# List of dependent packages to install from a deb file # List of dependent packages to install from a deb file
fusioninventory__agent_depend_packages: fusioninventory__agent_depend_packages:
- 'fusioninventory-agent'
- 'hdparm'
- 'hwdata' - 'hwdata'
- 'libfile-which-perl' - 'libfile-which-perl'
- 'libhttp-daemon-perl' - 'libhttp-daemon-perl'
@ -24,14 +22,17 @@ fusioninventory__agent_depend_packages:
- 'libyaml-perl' - 'libyaml-perl'
- 'libyaml-tiny-perl' - 'libyaml-tiny-perl'
- 'lsb-base' - 'lsb-base'
- 'pciutils'
- 'ucf' - 'ucf'
- 'usbutils'
- 'usb.ids'
# List of recommended packages to install from a deb file # List of recommended packages to install from a deb file
fusioninventory__agent_recommend_packages: fusioninventory__agent_recommend_packages:
- 'dmidecode' - 'dmidecode'
- '{{ "util-linux"
if ansible_distribution_release in
[ "stretch" ]
else "fdisk" }}'
- 'hdparm'
- 'libio-socket-ssl-perl'
# List of packages to be able install a deb file with Ansible # List of packages to be able install a deb file with Ansible
fusioninventory__agent_extra_packages: fusioninventory__agent_extra_packages: