Add GitHub Badge
This commit is contained in:
parent
63be1e7aa0
commit
00aa7aace2
|
|
@ -5,6 +5,8 @@
|
|||
|
||||
<a href="https://travis-ci.org/{{ travis_namespace }}/ansible-role-{{ role_name }}"> <img src="https://travis-ci.org/{{ travis_namespace }}/ansible-role-{{ role_name }}.svg?branch=master" alt="Build status"/></a> <img src="https://img.shields.io/ansible/role/d/{{ galaxy_id.stdout }}"/> <img src="https://img.shields.io/ansible/quality/{{ galaxy_id.stdout }}"/>
|
||||
|
||||
<a href="https://github.com/{{ github_namespace }}/ansible-role-{{ role_name }}/actions"><img src="https://github.com/{{ github_namespace }}/ansible-role-{{ role_name }}/workflows/GitHub%20Action/badge.svg"/></a>
|
||||
|
||||
{{ meta.galaxy_info.description }}
|
||||
|
||||
Example Playbook
|
||||
|
|
|
|||
Loading…
Reference in New Issue