2
0
Fork 0
This repository has been archived on 2023-10-25. You can view files and clone it, but cannot push or open issues or pull requests.
ansible.fusioninventory/CHANGELOG.md

66 lines
1.3 KiB
Markdown
Raw Normal View History

2021-06-10 11:36:28 +02:00
## v1.X.Y
### Fix
* Add role_name info in meta.
2021-06-10 11:09:37 +02:00
## v1.2.1
### Fix
* Warnings with yamllint.
2021-06-10 11:04:14 +02:00
## v1.2.0
2021-06-10 11:09:37 +02:00
### Features
2021-06-10 11:04:14 +02:00
* Add RHEL8 support (thanks @mjourdan).
* The role also works on Debian Bullseye.
## v1.1.2
* Add missing dependencies (libyaml-tiny-perl, libxml-treepp-perl and ucf).
2020-11-10 15:20:59 +01:00
* The role also works on Debian Buster.
## v1.1.1
### Fix
* Moved back fusioninventory__agent_package_url definition in default configuration
even if it's Debian related to allow installation of a newer version than one
available in repos or installation from private repository (for Stretch).
2020-10-05 12:03:36 +02:00
## v1.1.0
### Features
* Add RHEL7 support (thanks @roumano).
2020-03-12 08:48:34 +01:00
## v1.0.3
### Fix
* Fix Manage trust requests without authentication token (#1)
## v1.0.2
### Fix
* Fix E405 Remote package tasks should have a retry.
2019-02-27 14:11:20 +01:00
* Fix E602 Don't compare to empty string.
* Set empty dependencies line to fix Galaxy warning.
## v1.0.1
### Features
* Package URL is defined only for Debian Stretch.
## v1.0.0
### Features
* Install dependent packages for fusioninventory-agent.
* Don't remove dependent packages.
* Install fusioninventory-agent package from URL or repos.
* If desired, remove fusioninventory-agent package.
2018-09-10 14:02:41 +02:00
* Generate agent's configuration file.
2018-09-10 14:55:42 +02:00
* Restart agent's service if needed.
* Ensure to install xz-utils to allow ansible to install a debian package manually.