Skip to content

Commit

Permalink
Update badge links.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Mar 31, 2020
1 parent b79361d commit a5ee420
Showing 1 changed file with 11 additions and 21 deletions.
32 changes: 11 additions & 21 deletions 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
Expand Down Expand Up @@ -49,17 +47,15 @@ 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
---
# 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.)
Expand All @@ -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/):

Expand All @@ -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)

Expand Down Expand Up @@ -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/)

0 comments on commit a5ee420

Please sign in to comment.