mirror of
https://github.com/roles-ansible/ansible_role_xrandr_help.git
synced 2024-08-16 10:09:52 +02:00
commit
445e76ea5c
2 changed files with 14 additions and 2 deletions
14
README.md
14
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) |
|
||||
|
|
|
@ -3,4 +3,4 @@ install_graphical_application: true
|
|||
install_autorandr_application: true
|
||||
|
||||
# version check for this playbook
|
||||
submodules_versioncheck: true
|
||||
submodules_versioncheck: false
|
||||
|
|
Loading…
Reference in a new issue