diff --git a/.github/workflows/ansible-ubuntu-focal.yml b/.github/workflows/ansible-ubuntu-focal.yml deleted file mode 100644 index 4d4999f..0000000 --- a/.github/workflows/ansible-ubuntu-focal.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Ansible check ubuntu:focal - -on: [push, pull_request] - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - - name: ansible check with ubuntu:focal - uses: roles-ansible/check-ansible-ubuntu-focal-action@master - with: - targets: "./" diff --git a/.github/workflows/ansible-ubuntu-xenial.yml b/.github/workflows/ansible-ubuntu-xenial.yml deleted file mode 100644 index 3bf993d..0000000 --- a/.github/workflows/ansible-ubuntu-xenial.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Ansible check ubuntu:xenial - -on: [push, pull_request] - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - - name: ansible check with ubuntu:xenial - uses: roles-ansible/check-ansible-ubuntu-xenial-action@master - with: - targets: "./" diff --git a/README.md b/README.md index a90bc09..7bbee46 100644 --- a/README.md +++ b/README.md @@ -75,9 +75,7 @@ If you want to find out more about our tests, please have a look at the github m | [![Ansible check debian:stretch](https://github.com/roles-ansible/role_ansible-version/workflows/Ansible%20check%20debian:stretch/badge.svg)](https://github.com/roles-ansible/role_ansible-version/actions?query=workflow%3A%22Ansible+check+debian%3Astretch%22) | [ansible test with debian stretch](https://github.com/marketplace/actions/check-ansible-debian-stretch) | | [![Ansible check ubuntu:latest](https://github.com/roles-ansible/role_ansible-version/workflows/Ansible%20check%20ubuntu:latest/badge.svg)](https://github.com/roles-ansible/role_ansible-version/actions?query=workflow%3A%22Ansible+check+ubuntu%3Alatest%22) | [ansible test with ubuntu latest](https://github.com/marketplace/actions/check-ansible-ubuntu-latest) | | [![Ansible check ubuntu:bionic](https://github.com/roles-ansible/role_ansible-version/workflows/Ansible%20check%20ubuntu:bionic/badge.svg)](https://github.com/roles-ansible/role_ansible-version/actions?query=workflow%3A%22Ansible+check+ubuntu%3Abionic%22) | [ansible test with ubuntu bionic](https://github.com/marketplace/actions/check-ansible-ubuntu-bionic) | -| [![Ansible check ubuntu:focal](https://github.com/roles-ansible/role_ansible-version/workflows/Ansible%20check%20ubuntu:focal/badge.svg)](https://github.com/roles-ansible/role_ansible-version/actions?query=workflow%3A%22Ansible+check+ubuntu%3Afocal%22) | [ansible test with ubuntu focal](https://github.com/marketplace/actions/check-ansible-ubuntu-focal) | | [![Ansible check ubuntu:trusty](https://github.com/roles-ansible/role_ansible-version/workflows/Ansible%20check%20ubuntu:trusty/badge.svg)](https://github.com/roles-ansible/role_ansible-version/actions?query=workflow%3A%22Ansible+check+ubuntu%3Atrusty%22) | [ansible test with ubuntu trusty](https://github.com/marketplace/actions/check-ansible-ubuntu-trusty) | -| [![Ansible check ubuntu:xenial](https://github.com/roles-ansible/role_ansible-version/workflows/Ansible%20check%20ubuntu:xenial/badge.svg)](https://github.com/roles-ansible/role_ansible-version/actions?query=workflow%3A%22Ansible+check+ubuntu%3Axenial%22) | [ansible test with ubuntu xenial](https://github.com/marketplace/actions/check-ansible-ubuntu-xenial) | | [![Ansible check centos:centos7](https://github.com/roles-ansible/role_ansible-version/workflows/Ansible%20check%20centos:centos7/badge.svg)](https://github.com/roles-ansible/role_ansible-version/actions?query=workflow%3A%22Ansible+check+centos%3Acentos7%22) | [ansible test with ubuntu xenial](https://github.com/marketplace/actions/check-ansible-centos-centos7) | | [![Ansible check centos:centos8](https://github.com/roles-ansible/role_ansible-version/workflows/Ansible%20check%20centos:centos8/badge.svg)](https://github.com/roles-ansible/role_ansible-version/actions?query=workflow%3A%22Ansible+check+centos%3Acentos8%22) | [ansible test with ubuntu xenial](https://github.com/marketplace/actions/check-ansible-centos-centos8) | | [![Ansible check centos:latest](https://github.com/roles-ansible/role_ansible-version/workflows/Ansible%20check%20centos:latest/badge.svg)](https://github.com/roles-ansible/role_ansible-version/actions?query=workflow%3A%22Ansible+check+centos%3Alatest%22) | [ansible test with ubuntu xenial](https://github.com/marketplace/actions/check-ansible-centos-latest) |