Compare commits
No commits in common. "d4eb45dc0352e13499378039b6ed31f3f25386d7" and "ab1e1ca2b4dc7bdf09601c937e3a92d4b131351a" have entirely different histories.
d4eb45dc03
...
ab1e1ca2b4
|
@ -1,8 +1,3 @@
|
|||
## v1.1.2
|
||||
|
||||
* Add missing dependencies (libyaml-tiny-perl, libxml-treepp-perl and ucf).
|
||||
* The role also works on Debian Buster.
|
||||
|
||||
## v1.1.1
|
||||
|
||||
### Fix
|
||||
|
|
|
@ -12,7 +12,6 @@ galaxy_info:
|
|||
platforms:
|
||||
- name: Debian
|
||||
versions:
|
||||
- buster
|
||||
- stretch
|
||||
- name: EL
|
||||
versions:
|
||||
|
|
|
@ -6,25 +6,23 @@
|
|||
# List of dependent packages to install.
|
||||
fusioninventory__agent_depend_packages:
|
||||
- 'dmidecode'
|
||||
- 'fusioninventory-agent'
|
||||
- 'hdparm'
|
||||
- 'hwdata'
|
||||
- 'libdigest-sha-perl'
|
||||
- 'libfile-which-perl'
|
||||
- 'libhttp-daemon-perl'
|
||||
- 'libjson-pp-perl'
|
||||
- 'libnet-cups-perl'
|
||||
- 'libnet-ip-perl'
|
||||
- 'libparse-edid-perl'
|
||||
- 'libproc-daemon-perl'
|
||||
- 'libsocket-getaddrinfo-perl'
|
||||
- 'libtext-template-perl'
|
||||
- 'hdparm'
|
||||
- 'libuniversal-require-perl'
|
||||
- 'libwww-perl'
|
||||
- 'libparse-edid-perl'
|
||||
- 'libproc-daemon-perl'
|
||||
- 'libfile-which-perl'
|
||||
- 'libhttp-daemon-perl'
|
||||
- 'libxml-treepp-perl'
|
||||
- 'libyaml-perl'
|
||||
- 'libnet-cups-perl'
|
||||
- 'libnet-ip-perl'
|
||||
- 'libdigest-sha-perl'
|
||||
- 'libjson-pp-perl'
|
||||
- 'libsocket-getaddrinfo-perl'
|
||||
- 'libtext-template-perl'
|
||||
- 'lsb-base'
|
||||
- 'ucf'
|
||||
- 'xz-utils'
|
||||
|
||||
fusioninventory__agent_packages:
|
||||
|
|
Reference in New Issue