From cabcec9167f30c0aa3d57911ebd440ce48230783 Mon Sep 17 00:00:00 2001 From: L3D Date: Wed, 17 Mar 2021 00:14:22 +0100 Subject: [PATCH 1/2] add some action links --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cc92e98..4dc976f 100644 --- a/README.md +++ b/README.md @@ -30,4 +30,16 @@ This ansible role is tested with some simple linting tests and some other github | Status | Marketplace | | ------ | ----------- | -| +| [![Ansible Lint check](https://github.com/roles-ansible/ansible_role_xrandr_help/actions/workflows/ansible-linting-check.yml/badge.svg)](https://github.com/roles-ansible/ansible_role_xrandr_help/actions/workflows/ansible-linting-check.yml) | [ansible-lint](https://github.com/marketplace/actions/ansible-lint) | +| [![Yamllint GitHub Actions](https://github.com/roles-ansible/ansible_role_xrandr_help/actions/workflows/yamllint.yaml/badge.svg)](https://github.com/roles-ansible/ansible_role_xrandr_help/actions/workflows/yamllint.yaml) | [yamllint-github-action](https://github.com/marketplace/actions/yamllint-github-action) | +| [![Galaxy release](https://github.com/roles-ansible/ansible_role_xrandr_help/actions/workflows/galaxy.yml/badge.svg)](https://github.com/roles-ansible/ansible_role_xrandr_help/actions/workflows/galaxy.yml) | [publish-ansible-role-to-galaxy](https://github.com/marketplace/actions/publish-ansible-role-to-galaxy) | +| | | +| [![Ansible check debian:latest](https://github.com/roles-ansible/ansible_role_xrandr_help/actions/workflows/ansible-debian-latest.yml/badge.svg)](https://github.com/roles-ansible/ansible_role_xrandr_help/actions/workflows/ansible-debian-latest.yml) | [check-ansible-debian-latest](https://github.com/marketplace/actions/check-ansible-debian-latest) | +| [![Ansible check debian:stable](https://github.com/roles-ansible/ansible_role_xrandr_help/actions/workflows/ansible-debian-stable.yml/badge.svg)](https://github.com/roles-ansible/ansible_role_xrandr_help/actions/workflows/ansible-debian-stable.yml) | [check-ansible-debian-stable](https://github.com/marketplace/actions/check-ansible-debian-stable) | +| [![Ansible check debian:buster](https://github.com/roles-ansible/ansible_role_xrandr_help/actions/workflows/ansible-debian-buster.yml/badge.svg)](https://github.com/roles-ansible/ansible_role_xrandr_help/actions/workflows/ansible-debian-buster.yml) | [check-ansible-debian-buster](https://github.com/marketplace/actions/check-ansible-debian-buster) | +| [![Ansible check debian:sid](https://github.com/roles-ansible/ansible_role_xrandr_help/actions/workflows/ansible-debian-sid.yml/badge.svg)](https://github.com/roles-ansible/ansible_role_xrandr_help/actions/workflows/ansible-debian-sid.yml) | [check-ansible-debian-sid](https://github.com/marketplace/actions/check-ansible-debian-sid) | +| [![Ansible check debian:stretch](https://github.com/roles-ansible/ansible_role_xrandr_help/actions/workflows/ansible-debian-stretch.yml/badge.svg)](https://github.com/roles-ansible/ansible_role_xrandr_help/actions/workflows/ansible-debian-stretch.yml) | [check-ansible-debian-stretch](https://github.com/marketplace/actions/check-ansible-debian-stretch) | +| | | +| [![Ansible check ubuntu:latest](https://github.com/roles-ansible/ansible_role_xrandr_help/actions/workflows/ansible-ubuntu-latest.yml/badge.svg)](https://github.com/roles-ansible/ansible_role_xrandr_help/actions/workflows/ansible-ubuntu-latest.yml) | [check-ansible-ubuntu-latest](https://github.com/marketplace/actions/check-ansible-ubuntu-latest) | +| [![Ansible check ubuntu:bionic](https://github.com/roles-ansible/ansible_role_xrandr_help/actions/workflows/ansible-ubuntu-bionic.yml/badge.svg)](https://github.com/roles-ansible/ansible_role_xrandr_help/actions/workflows/ansible-ubuntu-bionic.yml) | [check-ansible-ubuntu-bionic](https://github.com/marketplace/actions/check-ansible-ubuntu-bionic) | +| [![Ansible check ubuntu:trusty](https://github.com/roles-ansible/ansible_role_xrandr_help/actions/workflows/ansible-ubuntu-trusty.yml/badge.svg)](https://github.com/roles-ansible/ansible_role_xrandr_help/actions/workflows/ansible-ubuntu-trusty.yml) | [check-ansible-ubuntu-trusty](https://github.com/marketplace/actions/check-ansible-ubuntu-trusty) | From 55dd1bff9664a77d11887b2bfb6f185740abd92f Mon Sep 17 00:00:00 2001 From: L3D Date: Wed, 17 Mar 2021 00:16:36 +0100 Subject: [PATCH 2/2] fix default --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index 58463c8..bcac1c6 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -3,4 +3,4 @@ install_graphical_application: true install_autorandr_application: true # version check for this playbook -submodules_versioncheck: true +submodules_versioncheck: false