From a5ee42062c5bab803d763d693d1bf5acc3b0311f Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Tue, 31 Mar 2020 09:18:25 +0200 Subject: [PATCH] Update badge links. --- README.md | 32 +++++++++++--------------------- 1 file changed, 11 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 80f4df9..e650245 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,12 @@ -gnome -========= +# gnome Install Gnome on your system. |Travis|GitHub|Quality|Downloads| |------|------|-------|---------| -|[![travis](https://travis-ci.org/robertdebock/ansible-role-gnome.svg?branch=master)](https://travis-ci.org/robertdebock/ansible-role-gnome)|[![github](https://github.com/robertdebock/ansible-role-gnome/workflows/Ansible%20Molecule/badge.svg)](https://github.com/robertdebock/ansible-role-gnome/actions)|![quality](https://img.shields.io/ansible/quality/47180)|![downloads](https://img.shields.io/ansible/role/d/47180)| +|[![travis](https://travis-ci.com/robertdebock/ansible-role-gnome.svg?branch=master)](https://travis-ci.com/robertdebock/ansible-role-gnome)|[![github](https://github.com/robertdebock/ansible-role-gnome/workflows/Ansible%20Molecule/badge.svg)](https://github.com/robertdebock/ansible-role-gnome/actions)|[![quality](https://img.shields.io/ansible/quality/47180)](https://galaxy.ansible.com/robertdebock/gnome)|[![downloads](https://img.shields.io/ansible/role/d/47180)](https://galaxy.ansible.com/robertdebock/gnome)| -Example Playbook ----------------- +## Example Playbook This example is taken from `molecule/resources/converge.yml` and is tested on each push, pull request and release. ```yaml @@ -49,8 +47,7 @@ For verification `molecule/resources/verify.yml` run after the role has been app Also see a [full explanation and example](https://robertdebock.nl/how-to-use-these-roles.html) on how to use these roles. -Role Variables --------------- +## Role Variables These variables are set in `defaults/main.yml`: ```yaml @@ -58,8 +55,7 @@ These variables are set in `defaults/main.yml`: # defaults file for gnome ``` -Requirements ------------- +## Requirements - Access to a repository containing packages, likely on the internet. - A recent version of Ansible. (Tests run on the current, previous and next release of Ansible.) @@ -72,17 +68,14 @@ The following roles can be installed to ensure all requirements are met, using ` ``` -Context -------- +## Context This role is a part of many compatible roles. Have a look at [the documentation of these roles](https://robertdebock.nl/) for further information. Here is an overview of related roles: ![dependencies](https://raw.githubusercontent.com/robertdebock/drawings/artifacts/gnome.png "Dependency") - -Compatibility -------------- +## Compatibility This role has been tested on these [container images](https://hub.docker.com/): @@ -103,10 +96,9 @@ The minimum version of Ansible required is 2.7 but tests have been done to: -Testing -------- +## Testing -[Unit tests](https://travis-ci.org/robertdebock/ansible-role-gnome) are done on every commit, pull request, release and periodically. +[Unit tests](https://travis-ci.com/robertdebock/ansible-role-gnome) are done on every commit, pull request, release and periodically. If you find issues, please register them in [GitHub](https://github.com/robertdebock/ansible-role-gnome/issues) @@ -138,13 +130,11 @@ image="centos" tox image="debian" tag="stable" tox ``` -License -------- +## License Apache-2.0 -Author Information ------------------- +## Author Information [Robert de Bock](https://robertdebock.nl/)