mirror of
https://github.com/roles-ansible/ansible_role_ntp.git
synced 2024-08-16 12:59:49 +02:00
unknown package name for alpine
This commit is contained in:
parent
fbfe9c2705
commit
63dee520a6
2 changed files with 0 additions and 20 deletions
18
.github/workflows/ansible-alpine-latest.yml
vendored
18
.github/workflows/ansible-alpine-latest.yml
vendored
|
@ -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: "./"
|
|
|
@ -10,8 +10,6 @@ galaxy_info:
|
||||||
platforms:
|
platforms:
|
||||||
- name: Archlinux
|
- name: Archlinux
|
||||||
versions: all
|
versions: all
|
||||||
- name: Alpine
|
|
||||||
version: all
|
|
||||||
- name: Clearlinux
|
- name: Clearlinux
|
||||||
version: all
|
version: all
|
||||||
- name: Debian
|
- name: Debian
|
||||||
|
|
Loading…
Reference in a new issue