mirror of
https://github.com/roles-ansible/role_akku_warning.git
synced 2024-08-16 10:09:50 +02:00
No support for fedora because mpv is not available by default
This commit is contained in:
parent
03a1cb1109
commit
72af28dd80
5 changed files with 0 additions and 67 deletions
16
.github/workflows/ansible-fedora-31.yml
vendored
16
.github/workflows/ansible-fedora-31.yml
vendored
|
@ -1,16 +0,0 @@
|
|||
name: Ansible check fedora:31
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: ansible check with fedora:31
|
||||
uses: roles-ansible/check-ansible-fedora-31-action@master
|
||||
with:
|
||||
targets: "./"
|
16
.github/workflows/ansible-fedora-32.yml
vendored
16
.github/workflows/ansible-fedora-32.yml
vendored
|
@ -1,16 +0,0 @@
|
|||
name: Ansible check fedora:32
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: ansible check with fedora:32
|
||||
uses: roles-ansible/check-ansible-fedora-32-action@master
|
||||
with:
|
||||
targets: "./"
|
16
.github/workflows/ansible-fedora-33.yml
vendored
16
.github/workflows/ansible-fedora-33.yml
vendored
|
@ -1,16 +0,0 @@
|
|||
name: Ansible check fedora:33
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: ansible check with fedora:33
|
||||
uses: roles-ansible/check-ansible-fedora-33-action@master
|
||||
with:
|
||||
targets: "./"
|
16
.github/workflows/ansible-fedora-latest.yml
vendored
16
.github/workflows/ansible-fedora-latest.yml
vendored
|
@ -1,16 +0,0 @@
|
|||
name: Ansible check fedora:latest
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: ansible check with fedora:latest
|
||||
uses: roles-ansible/check-ansible-fedora-latest-action@master
|
||||
with:
|
||||
targets: "./"
|
|
@ -15,9 +15,6 @@ galaxy_info:
|
|||
- name: Ubuntu
|
||||
versions:
|
||||
- all
|
||||
- name: Fedora
|
||||
versions:
|
||||
- all
|
||||
galaxy_tags:
|
||||
- akku
|
||||
- warning
|
||||
|
|
Loading…
Reference in a new issue