From c390ce619c020fa7125a45354aa70e54291d38d7 Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Wed, 1 Nov 2023 16:03:48 +0100 Subject: [PATCH] Remove quality column. --- templates/README.md.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/README.md.j2 b/templates/README.md.j2 index 5817d1a..db256c2 100644 --- a/templates/README.md.j2 +++ b/templates/README.md.j2 @@ -2,8 +2,8 @@ {{ meta.galaxy_info.description }} -|GitHub|GitLab|Quality|Downloads|Version| -|------|------|-------|---------|-------| +|GitHub|GitLab|Downloads|Version| +|------|------|---------|-------| |[![github](https://github.com/{{ github_namespace }}/ansible-role-{{ role_name }}/workflows/Ansible%20Molecule/badge.svg)](https://github.com/{{ github_namespace }}/ansible-role-{{ role_name }}/actions)|[![gitlab](https://gitlab.com/{{ gitlab_namespace }}/ansible-role-{{ role_name }}/badges/master/pipeline.svg)](https://gitlab.com/{{ gitlab_namespace }}/ansible-role-{{ role_name }})|[![downloads](https://img.shields.io/ansible/role/d/{{ galaxy_id.stdout |default('unset') }})](https://galaxy.ansible.com/{{ github_namespace }}/{{ role_name }})|[![Version](https://img.shields.io/github/release/{{ github_namespace }}/ansible-role-{{ role_name }}.svg)](https://github.com/{{ github_namespace }}/ansible-role-{{ role_name }}/releases/)| ## [Example Playbook](#example-playbook)