Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
Updated to support CentOS 8 and Ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincoakley authored May 2, 2021
1 parent 5e9da9d commit 6387c20
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ansible-role-zeppelin
=====================

[![Build Status](https://travis-ci.org/kevincoakley/ansible-role-zeppelin.svg?branch=master)](https://travis-ci.org/kevincoakley/ansible-role-zeppelin)
[![Molecule Test](https://github.com/kevincoakley/ansible-role-zeppelin/actions/workflows/molecule-test.yml/badge.svg)](https://github.com/kevincoakley/ansible-role-zeppelin/actions/workflows/molecule-test.yml)

Install Apache Zeppelin - https://zeppelin.apache.org . Tested with CentOS 7 and Ubuntu 18.04.
Install Apache Zeppelin - https://zeppelin.apache.org . Tested with Zeppelin 0.9.0 with CentOS 7 & 8 and Ubuntu 18.04 & 20.04.

Requirements
------------
Expand Down
5 changes: 3 additions & 2 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@ galaxy_info:
description: Install Apache Zeppelin (https://zeppelin.apache.org)
# If the issue tracker for your role is not on github, uncomment the
license: BSD
min_ansible_version: 2.0
min_ansible_version: 2.5
platforms:
- name: EL
versions:
- 7
- 8
- name: Ubuntu
versions:
- xenial
- bionic
- focal
#
# Below are all categories currently available. Just as with
# the platforms above, uncomment those that apply to your role.
Expand Down

0 comments on commit 6387c20

Please sign in to comment.