Compare commits
4 Commits
ab1e1ca2b4
...
d4eb45dc03
Author | SHA1 | Date |
---|---|---|
Jeremy Gardais | d4eb45dc03 | |
Jeremy Gardais | 2099697579 | |
Jeremy Gardais | 82badc3140 | |
DJΞRFY | 3103604379 |
|
@ -1,3 +1,8 @@
|
|||
## 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,6 +12,7 @@ galaxy_info:
|
|||
platforms:
|
||||
- name: Debian
|
||||
versions:
|
||||
- buster
|
||||
- stretch
|
||||
- name: EL
|
||||
versions:
|
||||
|
|
|
@ -6,23 +6,25 @@
|
|||
# List of dependent packages to install.
|
||||
fusioninventory__agent_depend_packages:
|
||||
- 'dmidecode'
|
||||
- 'hwdata'
|
||||
- 'fusioninventory-agent'
|
||||
- 'hdparm'
|
||||
- 'libuniversal-require-perl'
|
||||
- 'libwww-perl'
|
||||
- 'libparse-edid-perl'
|
||||
- 'libproc-daemon-perl'
|
||||
- 'hwdata'
|
||||
- 'libdigest-sha-perl'
|
||||
- 'libfile-which-perl'
|
||||
- 'libhttp-daemon-perl'
|
||||
- 'libxml-treepp-perl'
|
||||
- 'libyaml-perl'
|
||||
- 'libjson-pp-perl'
|
||||
- 'libnet-cups-perl'
|
||||
- 'libnet-ip-perl'
|
||||
- 'libdigest-sha-perl'
|
||||
- 'libjson-pp-perl'
|
||||
- 'libparse-edid-perl'
|
||||
- 'libproc-daemon-perl'
|
||||
- 'libsocket-getaddrinfo-perl'
|
||||
- 'libtext-template-perl'
|
||||
- 'libuniversal-require-perl'
|
||||
- 'libwww-perl'
|
||||
- 'libxml-treepp-perl'
|
||||
- 'libyaml-perl'
|
||||
- 'lsb-base'
|
||||
- 'ucf'
|
||||
- 'xz-utils'
|
||||
|
||||
fusioninventory__agent_packages:
|
||||
|
|
Reference in New Issue