Install xz-utils to install fusioninventory pkg
Ansible try to extract a package if it's out of a repo and needs xz tools.
This commit is contained in:
parent
248cca2f77
commit
0bdaa232bf
|
@ -8,3 +8,4 @@
|
|||
* If desired, remove fusioninventory-agent package.
|
||||
* Generate agent's configuration file.
|
||||
* Restart agent's service if needed.
|
||||
* Ensure to install xz-utils to allow ansible to a package out of a repos.
|
||||
|
|
|
@ -35,6 +35,7 @@ fusioninventory__agent_depend_packages:
|
|||
- 'libsocket-getaddrinfo-perl'
|
||||
- 'libtext-template-perl'
|
||||
- 'lsb-base'
|
||||
- 'xz-utils'
|
||||
# ]]]
|
||||
# .. envvar:: fusioninventory__agent_package_url [[[
|
||||
#
|
||||
|
|
Reference in New Issue