Skip to content

Commit ecb6abf

Browse files
author
Adam Bowen
committed
corrected platform support
1 parent ccea698 commit ecb6abf

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

meta/main.yml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,18 @@ galaxy_info:
99
license: Apache
1010
min_ansible_version: 2.0
1111
platforms:
12-
- name: RedHat
13-
versions:
14-
- all
15-
- name: Debian
16-
versions:
17-
- all
12+
- name: EL
13+
versions:
14+
- all
15+
- name: Debian
16+
versions:
17+
- all
18+
- name: Ubuntu
19+
versions:
20+
- trusty
21+
- xenial
22+
- bionic
1823
galaxy_tags:
19-
- delphix
24+
- delphix
2025

2126
dependencies: []

0 commit comments

Comments
 (0)