diff --git a/README.md b/README.md index e773455..cc380ef 100644 --- a/README.md +++ b/README.md @@ -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 ------------ diff --git a/meta/main.yml b/meta/main.yml index 8d189c0..9d0f54d 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -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.