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
|
||||
|
||||
* Add missing dependencies (libyaml-tiny-perl, libxml-treepp-perl and ucf).
|
||||
|
|
|
@ -12,6 +12,7 @@ galaxy_info:
|
|||
platforms:
|
||||
- name: Debian
|
||||
versions:
|
||||
- bullseye
|
||||
- buster
|
||||
- stretch
|
||||
- name: EL
|
||||
|
@ -20,5 +21,6 @@ galaxy_info:
|
|||
- 7
|
||||
galaxy_tags:
|
||||
- agent
|
||||
- fusioninventory
|
||||
- fusion
|
||||
- inventory
|
||||
|
|
Reference in New Issue