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
|
## v1.1.1
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
|
|
@ -12,7 +12,6 @@ galaxy_info:
|
||||||
platforms:
|
platforms:
|
||||||
- name: Debian
|
- name: Debian
|
||||||
versions:
|
versions:
|
||||||
- buster
|
|
||||||
- stretch
|
- stretch
|
||||||
- name: EL
|
- name: EL
|
||||||
versions:
|
versions:
|
||||||
|
|
|
@ -6,25 +6,23 @@
|
||||||
# List of dependent packages to install.
|
# List of dependent packages to install.
|
||||||
fusioninventory__agent_depend_packages:
|
fusioninventory__agent_depend_packages:
|
||||||
- 'dmidecode'
|
- 'dmidecode'
|
||||||
- 'fusioninventory-agent'
|
|
||||||
- 'hdparm'
|
|
||||||
- 'hwdata'
|
- 'hwdata'
|
||||||
- 'libdigest-sha-perl'
|
- 'hdparm'
|
||||||
- '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'
|
|
||||||
- 'libuniversal-require-perl'
|
- 'libuniversal-require-perl'
|
||||||
- 'libwww-perl'
|
- 'libwww-perl'
|
||||||
|
- 'libparse-edid-perl'
|
||||||
|
- 'libproc-daemon-perl'
|
||||||
|
- 'libfile-which-perl'
|
||||||
|
- 'libhttp-daemon-perl'
|
||||||
- 'libxml-treepp-perl'
|
- 'libxml-treepp-perl'
|
||||||
- 'libyaml-perl'
|
- 'libyaml-perl'
|
||||||
|
- 'libnet-cups-perl'
|
||||||
|
- 'libnet-ip-perl'
|
||||||
|
- 'libdigest-sha-perl'
|
||||||
|
- 'libjson-pp-perl'
|
||||||
|
- 'libsocket-getaddrinfo-perl'
|
||||||
|
- 'libtext-template-perl'
|
||||||
- 'lsb-base'
|
- 'lsb-base'
|
||||||
- 'ucf'
|
|
||||||
- 'xz-utils'
|
- 'xz-utils'
|
||||||
|
|
||||||
fusioninventory__agent_packages:
|
fusioninventory__agent_packages:
|
||||||
|
|
Reference in New Issue