From 72af28dd802f88e2fa85b5e8911cca3c75bac637 Mon Sep 17 00:00:00 2001 From: L3D Date: Sat, 16 May 2020 19:18:05 +0200 Subject: [PATCH] No support for fedora because mpv is not available by default --- .github/workflows/ansible-fedora-31.yml | 16 ---------------- .github/workflows/ansible-fedora-32.yml | 16 ---------------- .github/workflows/ansible-fedora-33.yml | 16 ---------------- .github/workflows/ansible-fedora-latest.yml | 16 ---------------- meta/main.yml | 3 --- 5 files changed, 67 deletions(-) delete mode 100644 .github/workflows/ansible-fedora-31.yml delete mode 100644 .github/workflows/ansible-fedora-32.yml delete mode 100644 .github/workflows/ansible-fedora-33.yml delete mode 100644 .github/workflows/ansible-fedora-latest.yml diff --git a/.github/workflows/ansible-fedora-31.yml b/.github/workflows/ansible-fedora-31.yml deleted file mode 100644 index 6bbe44d..0000000 --- a/.github/workflows/ansible-fedora-31.yml +++ /dev/null @@ -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: "./" diff --git a/.github/workflows/ansible-fedora-32.yml b/.github/workflows/ansible-fedora-32.yml deleted file mode 100644 index 70fc147..0000000 --- a/.github/workflows/ansible-fedora-32.yml +++ /dev/null @@ -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: "./" diff --git a/.github/workflows/ansible-fedora-33.yml b/.github/workflows/ansible-fedora-33.yml deleted file mode 100644 index 6032811..0000000 --- a/.github/workflows/ansible-fedora-33.yml +++ /dev/null @@ -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: "./" diff --git a/.github/workflows/ansible-fedora-latest.yml b/.github/workflows/ansible-fedora-latest.yml deleted file mode 100644 index 8b14097..0000000 --- a/.github/workflows/ansible-fedora-latest.yml +++ /dev/null @@ -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: "./" \ No newline at end of file diff --git a/meta/main.yml b/meta/main.yml index a8777fe..6511090 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -15,9 +15,6 @@ galaxy_info: - name: Ubuntu versions: - all - - name: Fedora - versions: - - all galaxy_tags: - akku - warning