2
0
Fork 0
This commit is contained in:
Jeremy Gardais 2021-06-10 11:09:37 +02:00
parent 53f622acaf
commit f3be491216
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,13 @@
## v1.2.1
### Fix
* Warnings with yamllint.
## v1.2.0
### Features
* Add RHEL8 support (thanks @mjourdan).
* The role also works on Debian Bullseye.

View File

@ -13,4 +13,3 @@ fusioninventory__agent_packages:
fusioninventory__repo_package: "https://dl.fedoraproject.org/pub/epel/epel-release-latest-{{ ansible_distribution_major_version }}.noarch.rpm"
fusioninventory__repo_gpgkey: "https://download.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-{{ ansible_distribution_major_version }}"