Update changelog for version 1.2.0
This commit is contained in:
parent
85010486a3
commit
53f622acaf
|
@ -1,3 +1,8 @@
|
||||||
|
## v1.2.0
|
||||||
|
|
||||||
|
* Add RHEL8 support (thanks @mjourdan).
|
||||||
|
* The role also works on Debian Bullseye.
|
||||||
|
|
||||||
## v1.1.2
|
## v1.1.2
|
||||||
|
|
||||||
* Add missing dependencies (libyaml-tiny-perl, libxml-treepp-perl and ucf).
|
* Add missing dependencies (libyaml-tiny-perl, libxml-treepp-perl and ucf).
|
||||||
|
|
|
@ -12,6 +12,7 @@ galaxy_info:
|
||||||
platforms:
|
platforms:
|
||||||
- name: Debian
|
- name: Debian
|
||||||
versions:
|
versions:
|
||||||
|
- bullseye
|
||||||
- buster
|
- buster
|
||||||
- stretch
|
- stretch
|
||||||
- name: EL
|
- name: EL
|
||||||
|
@ -20,5 +21,6 @@ galaxy_info:
|
||||||
- 7
|
- 7
|
||||||
galaxy_tags:
|
galaxy_tags:
|
||||||
- agent
|
- agent
|
||||||
|
- fusioninventory
|
||||||
- fusion
|
- fusion
|
||||||
- inventory
|
- inventory
|
||||||
|
|
Reference in New Issue