Issue #201: Update status badge, remove linting from Molecule.

This commit is contained in:
Jeff Geerling 2020-11-03 10:01:08 -06:00
parent 4123a60016
commit 1e25940b5a
2 changed files with 1 additions and 5 deletions

View file

@ -1,6 +1,6 @@
# Ansible Role: Apache 2.x
[![Build Status](https://travis-ci.com/geerlingguy/ansible-role-apache.svg?branch=master)](https://travis-ci.com/geerlingguy/ansible-role-apache)
[![CI](https://github.com/geerlingguy/ansible-role-apache/workflows/CI/badge.svg?event=push)](https://github.com/geerlingguy/ansible-role-apache/actions?query=workflow%3ACI)
An Ansible Role that installs Apache 2.x on RHEL/CentOS, Debian/Ubuntu, SLES and Solaris.

View file

@ -3,10 +3,6 @@ dependency:
name: galaxy
driver:
name: docker
lint: |
set -e
yamllint .
ansible-lint
platforms:
- name: instance
image: "geerlingguy/docker-${MOLECULE_DISTRO:-centos7}-ansible:latest"