Skip to content

Commit a44f9e9

Browse files
olivielpeauKSerrania
authored andcommitted
[meta] Update list of supported platforms (#224)
In particular, use valid versions of opensuse (based on official Ansible list available at https://galaxy.ansible.com/api/v1/platforms/?name__icontains=opensuse) and SLES.
1 parent baccefa commit a44f9e9

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
CHANGELOG
22
=========
33

4+
# Unreleased
5+
6+
* [META] Update list of platforms supported by the role.
7+
48
# 3.3.0 / 2019-11-18
59

610
* [FEATURE] Blacklist installation of 6.14.0 and 6.14.1 on Windows.

meta/main.yml

+15-1
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,34 @@ galaxy_info:
1616
- wheezy
1717
- jessie
1818
- stretch
19+
- buster
1920
- name: EL
2021
versions:
22+
- 8
2123
- 7
2224
- 6
2325
- name: opensuse
2426
versions:
25-
- 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
2636
- 12
37+
- 12SP1
38+
- 15
2739
- name: Windows
2840
versions:
2941
- 2008x64
42+
- 2008R2
3043
- 2012
3144
- 2012R2
3245
- 2016
46+
- 2019
3347
galaxy_tags:
3448
- monitoring
3549
dependencies: []

0 commit comments

Comments
 (0)