From 63dee520a62715518284a763b321bd149c1a5649 Mon Sep 17 00:00:00 2001 From: L3D Date: Fri, 12 Mar 2021 13:31:06 +0100 Subject: [PATCH] unknown package name for alpine --- .github/workflows/ansible-alpine-latest.yml | 18 ------------------ meta/main.yml | 2 -- 2 files changed, 20 deletions(-) delete mode 100644 .github/workflows/ansible-alpine-latest.yml diff --git a/.github/workflows/ansible-alpine-latest.yml b/.github/workflows/ansible-alpine-latest.yml deleted file mode 100644 index 07bfff0..0000000 --- a/.github/workflows/ansible-alpine-latest.yml +++ /dev/null @@ -1,18 +0,0 @@ ---- -name: Ansible check alpine:latest - -# yamllint disable-line rule:truthy -on: [push, pull_request] - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - - name: ansible check with alpine:latest - uses: roles-ansible/check-ansible-alpine-latest-action@master - with: - targets: "./" diff --git a/meta/main.yml b/meta/main.yml index f79cf6e..b2b8bfe 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -10,8 +10,6 @@ galaxy_info: platforms: - name: Archlinux versions: all - - name: Alpine - version: all - name: Clearlinux version: all - name: Debian