v1.2.1
This commit is contained in:
parent
53f622acaf
commit
f3be491216
|
@ -1,5 +1,13 @@
|
||||||
|
## v1.2.1
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
* Warnings with yamllint.
|
||||||
|
|
||||||
## v1.2.0
|
## v1.2.0
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
* Add RHEL8 support (thanks @mjourdan).
|
* Add RHEL8 support (thanks @mjourdan).
|
||||||
* The role also works on Debian Bullseye.
|
* The role also works on Debian Bullseye.
|
||||||
|
|
||||||
|
|
|
@ -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_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 }}"
|
fusioninventory__repo_gpgkey: "https://download.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-{{ ansible_distribution_major_version }}"
|
||||||
|
|
||||||
|
|
Reference in New Issue