Fix #11 − Update package list for Debian
This commit is contained in:
parent
f7df94a728
commit
09b9c5bb26
|
@ -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.
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Reference in New Issue