diff --git a/.drone.jsonnet b/.drone.jsonnet index 18a064b..fe98733 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -394,7 +394,7 @@ local PipelineNotifications = { from_secret: 'docker_username', }, PUSHRM_FILE: 'README.md', - PUSHRM_SHORT: 'ansible-doctor - Simple annotation based documentation for your roles', + PUSHRM_SHORT: 'ansible-later - Lovely automation testing framework for Ansible', PUSHRM_TARGET: 'xoxys/${DRONE_REPO_NAME}', }, when: { diff --git a/.drone.yml b/.drone.yml index 114ba84..9e11aa1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -552,7 +552,7 @@ steps: DOCKER_USER: from_secret: docker_username PUSHRM_FILE: README.md - PUSHRM_SHORT: ansible-doctor - Simple annotation based documentation for your roles + PUSHRM_SHORT: ansible-later - Lovely automation testing framework for Ansible PUSHRM_TARGET: xoxys/${DRONE_REPO_NAME} when: status: @@ -600,6 +600,6 @@ depends_on: --- kind: signature -hmac: 9952ea94d9d4d8a7bb8854423d59e5d94af8c16aeb76fa28e01c9049fe13f950 +hmac: 4dfb2a774115993b57ef5aa20df8ce8ec299ac366bfceb4a8c1c5e834952c16a ... diff --git a/README.md b/README.md index feb179d..d50dc3d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # ansible-later +ansible-later - Lovely automation testing framework for Ansible + [![Build Status](https://img.shields.io/drone/build/xoxys/ansible-later?logo=drone)](https://cloud.drone.io/xoxys/ansible-later) [![Docker Hub](https://img.shields.io/badge/docker-latest-blue.svg?logo=docker&logoColor=white)](https://hub.docker.com/r/xoxys/ansible-later) [![Python Version](https://img.shields.io/pypi/pyversions/ansible-later.svg)](https://pypi.org/project/ansible-later/) @@ -16,6 +18,10 @@ _ansible-later_ does __not__ ensure that your role will work as expected. For De You can find the full documentation at [https://ansible-later.geekdocs.de](https://ansible-later.geekdocs.de/). +## Community + +- [GitHub Action](https://github.com/patrickjahns/ansible-later-action) by [@patrickjahns](https://github.com/patrickjahns) + ## License This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.