From 15d25824d10160e80978d5274bb8e8270fff37f9 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 22 Sep 2020 22:32:55 +0200 Subject: [PATCH] update readme --- .drone.yml | 4 ++-- README.md | 8 ++------ 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index 48aac5a..e1f51c1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -108,7 +108,7 @@ steps: DOCKER_USER: from_secret: docker_username PUSHRM_FILE: README.md - PUSHRM_SHORT: Molecule - Automated Ansible roles testing + PUSHRM_SHORT: Custom image for Molecule Ansible test automation PUSHRM_TARGET: thegeeklab/${DRONE_REPO_NAME} when: status: @@ -156,6 +156,6 @@ depends_on: --- kind: signature -hmac: 4e33878b169cfda17e025ff57a5a2018746c1f853d25ccdcd096b586500af4c2 +hmac: b126952e9dd0a3a5e2bad2df9f45a1a7a1c1ae4443c323f0ad474a855bd5eb25 ... diff --git a/README.md b/README.md index b6fff16..a7ac86d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # molecule -Molecule - Automated Ansible roles testing +Custom image for Molecule Ansible test automation [![Build Status](https://img.shields.io/drone/build/docker/molecule?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/docker/molecule) [![Docker Hub](https://img.shields.io/badge/dockerhub-latest-blue.svg?logo=docker&logoColor=white)](https://hub.docker.com/r/thegeeklab/molecule) @@ -8,7 +8,7 @@ Molecule - Automated Ansible roles testing [![Source: Gitea](https://img.shields.io/badge/source-gitea-blue.svg?logo=gitea&logoColor=white)](https://gitea.rknet.org/docker/molecule) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/docker/molecule/src/branch/master/LICENSE) -Docker image to automate Ansible deployment tests with Molecule. The image was build to use with any docker based CI system. +Custom Docker image to automate Ansible deployment tests with [Molecule](https://molecule.readthedocs.io/en/latest/). The image was build to use with any docker based CI system. ## Environment variables @@ -31,7 +31,3 @@ MOLECULE_CUSTOM_FILTERS_REPO= ## License This project is licensed under the MIT License - see the [LICENSE](https://gitea.rknet.org/docker/molecule/src/branch/master/LICENSE) file for details. - -## Maintainers and Contributors - -[Robert Kaussow](https://gitea.rknet.org/xoxys)