You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: meta/main.yml
+2-5Lines changed: 2 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -14,20 +14,17 @@ galaxy_info:
14
14
# (usually master) will be used.
15
15
github_branch: master
16
16
17
-
#
18
-
# platforms is a list of platforms, and each platform has a name and a list of versions.
19
-
#
20
17
platforms:
21
18
- name: Ubuntu
22
19
versions:
23
20
- 16.04
21
+
- 18.04
24
22
25
23
galaxy_tags:
26
24
- apache
27
25
- cassandra
28
26
- cluster
29
27
- database
30
28
29
+
# java is a dependency, but to allow flexibility, no particular ansible role is set here. See README.md for details and a java role dependency suggestion.
31
30
dependencies: []
32
-
# List your role dependencies here, one per line. Be sure to remove the '[]' above,
0 commit comments