update readme and license
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-02-22 18:08:14 +01:00
parent dea378c303
commit 876ac7fad7
1 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
[![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) [![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/docker-latest-blue.svg?logo=docker&logoColor=white)](https://hub.docker.com/r/xoxys/molecule) [![Docker Hub](https://img.shields.io/badge/docker-latest-blue.svg?logo=docker&logoColor=white)](https://hub.docker.com/r/xoxys/molecule)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) [![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. Docker image to automate Ansible deployment tests with Molecule. The image was build to use with any docker based CI system.
@ -24,10 +24,10 @@ MOLECULE_PLUGINS_DIR=$(pwd)/plugins
MOLECULE_CUSTOM_FILTERS_REPO= MOLECULE_CUSTOM_FILTERS_REPO=
``` ```
### License ## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. 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 ## Maintainers and Contributors
[Robert Kaussow](https://gitea.rknet.org/xoxys) [Robert Kaussow](https://gitea.rknet.org/xoxys)