We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baccefa commit a44f9e9Copy full SHA for a44f9e9
CHANGELOG.md
@@ -1,6 +1,10 @@
1
CHANGELOG
2
=========
3
4
+# Unreleased
5
+
6
+* [META] Update list of platforms supported by the role.
7
8
# 3.3.0 / 2019-11-18
9
10
* [FEATURE] Blacklist installation of 6.14.0 and 6.14.1 on Windows.
meta/main.yml
@@ -16,20 +16,34 @@ galaxy_info:
16
- wheezy
17
- jessie
18
- stretch
19
+ - buster
20
- name: EL
21
versions:
22
+ - 8
23
- 7
24
- 6
25
- name: opensuse
26
- - 11
27
+ - 12.1
28
+ - 12.2
29
+ - 12.3
30
+ - 13.1
31
+ - 13.2
32
+ - name: SLES
33
+ versions:
34
+ - 11SP3
35
+ - 11SP4
36
- 12
37
+ - 12SP1
38
+ - 15
39
- name: Windows
40
41
- 2008x64
42
+ - 2008R2
43
- 2012
44
- 2012R2
45
- 2016
46
+ - 2019
47
galaxy_tags:
48
- monitoring
49
dependencies: []
0 commit comments