fix short description

This commit is contained in:
Robert Kaussow 2020-09-06 20:22:44 +02:00
parent 6b4ad1cbea
commit d859bf70ed
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
3 changed files with 9 additions and 3 deletions

View File

@ -394,7 +394,7 @@ local PipelineNotifications = {
from_secret: 'docker_username', from_secret: 'docker_username',
}, },
PUSHRM_FILE: 'README.md', 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}', PUSHRM_TARGET: 'xoxys/${DRONE_REPO_NAME}',
}, },
when: { when: {

View File

@ -552,7 +552,7 @@ steps:
DOCKER_USER: DOCKER_USER:
from_secret: docker_username from_secret: docker_username
PUSHRM_FILE: README.md 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} PUSHRM_TARGET: xoxys/${DRONE_REPO_NAME}
when: when:
status: status:
@ -600,6 +600,6 @@ depends_on:
--- ---
kind: signature kind: signature
hmac: 9952ea94d9d4d8a7bb8854423d59e5d94af8c16aeb76fa28e01c9049fe13f950 hmac: 4dfb2a774115993b57ef5aa20df8ce8ec299ac366bfceb4a8c1c5e834952c16a
... ...

View File

@ -1,5 +1,7 @@
# ansible-later # 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) [![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) [![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/) [![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/). 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 ## 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](LICENSE) file for details.