Fix #11 − Update package list for Debian
This commit is contained in:
		
							parent
							
								
									f7df94a728
								
							
						
					
					
						commit
						09b9c5bb26
					
				|  | @ -1,5 +1,9 @@ | |||
| ## v1.3.1 | ||||
| 
 | ||||
| ### Fix | ||||
| 
 | ||||
| * Update package list for Debian from `dpkg --info` of the last 2.6 version (fix #11). | ||||
| 
 | ||||
| ### Enhancement | ||||
| 
 | ||||
| * Flatten packages list to allow condition. | ||||
|  |  | |||
|  | @ -5,8 +5,6 @@ | |||
| 
 | ||||
| # List of dependent packages to install from a deb file | ||||
| fusioninventory__agent_depend_packages: | ||||
|   - 'fusioninventory-agent' | ||||
|   - 'hdparm' | ||||
|   - 'hwdata' | ||||
|   - 'libfile-which-perl' | ||||
|   - 'libhttp-daemon-perl' | ||||
|  | @ -24,14 +22,17 @@ fusioninventory__agent_depend_packages: | |||
|   - 'libyaml-perl' | ||||
|   - 'libyaml-tiny-perl' | ||||
|   - 'lsb-base' | ||||
|   - 'pciutils' | ||||
|   - 'ucf' | ||||
|   - 'usbutils' | ||||
|   - 'usb.ids' | ||||
| 
 | ||||
| # List of recommended packages to install from a deb file | ||||
| fusioninventory__agent_recommend_packages: | ||||
|   - '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 | ||||
| fusioninventory__agent_extra_packages: | ||||
|  |  | |||
		Reference in New Issue