diff --git a/.github/workflows/ansible-ubuntu-disco.yml b/.github/workflows/ansible-alpine-latest.yml similarity index 50% rename from .github/workflows/ansible-ubuntu-disco.yml rename to .github/workflows/ansible-alpine-latest.yml index 334a190..8b9d618 100644 --- a/.github/workflows/ansible-ubuntu-disco.yml +++ b/.github/workflows/ansible-alpine-latest.yml @@ -1,4 +1,4 @@ -name: Ansible check ubuntu:disco +name: Ansible check alpine:latest on: [push, pull_request] @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v2 - - name: ansible check with ubuntu:disco - uses: roles-ansible/check-ansible-ubuntu-disco-action@master + - name: ansible check with alpine:latest + uses: roles-ansible/check-ansible-alpine-latest-action@master with: targets: "./" diff --git a/.github/workflows/ansible-atchlinux-latest.yml b/.github/workflows/ansible-archlinux-latest.yml similarity index 100% rename from .github/workflows/ansible-atchlinux-latest.yml rename to .github/workflows/ansible-archlinux-latest.yml diff --git a/README.md b/README.md index 30176b6..a4f2d6a 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,8 @@ If you want to find out more about our tests, please have a look at the github m | [![Ansible check fedora:33](https://github.com/roles-ansible/role_ranger/workflows/Ansible%20check%20fedora:33/badge.svg)](https://github.com/roles-ansible/role_ranger/actions?query=workflow%3A%22Ansible+check+fedora%3A33%22) | [ansible test with fedora 33](https://github.com/marketplace/actions/check-ansible-fedora-33) | | [![Ansible check fedora:32](https://github.com/roles-ansible/role_ranger/workflows/Ansible%20check%20fedora:32/badge.svg)](https://github.com/roles-ansible/role_ranger/actions?query=workflow%3A%22Ansible+check+fedora%3A32%22) | [ansible test with fedora 32](https://github.com/marketplace/actions/check-ansible-fedora-32) | | [![Ansible check fedora:31](https://github.com/roles-ansible/role_ranger/workflows/Ansible%20check%20fedora:31/badge.svg)](https://github.com/roles-ansible/role_ranger/actions?query=workflow%3A%22Ansible+check+fedora%3A31%22) | [ansible test with fedora 31](https://github.com/marketplace/actions/check-ansible-fedora-31) | +| | | +| [![Ansible check alpine:latest](https://github.com/roles-ansible/role_ranger/workflows/Ansible%20check%20alpine:latest/badge.svg)](https://github.com/roles-ansible/role_ranger/actions?query=workflow%3A%22Ansible+check+alpine%3Alatest%22) | [ansible test with alpine latest](https://github.com/marketplace/actions/check-ansible-alpine-latest) | variables