mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-25 04:20:18 +01:00
Add the alpine also to the README and galaxy metadata
This commit is contained in:
parent
54b39a2de1
commit
bcd15cab9d
2 changed files with 5 additions and 0 deletions
|
@ -37,6 +37,8 @@ Tested on:
|
||||||
* [![Run tests on CentOS](https://github.com/willshersystems/ansible-sshd/actions/workflows/ansible-centos-check.yml/badge.svg)](https://github.com/willshersystems/ansible-sshd/actions/workflows/ansible-centos-check.yml)
|
* [![Run tests on CentOS](https://github.com/willshersystems/ansible-sshd/actions/workflows/ansible-centos-check.yml/badge.svg)](https://github.com/willshersystems/ansible-sshd/actions/workflows/ansible-centos-check.yml)
|
||||||
* All Fedora
|
* All Fedora
|
||||||
* [![Run tests on Fedora latest](https://github.com/willshersystems/ansible-sshd/actions/workflows/ansible-fedora.yml/badge.svg)](https://github.com/willshersystems/ansible-sshd/actions/workflows/ansible-fedora.yml)
|
* [![Run tests on Fedora latest](https://github.com/willshersystems/ansible-sshd/actions/workflows/ansible-fedora.yml/badge.svg)](https://github.com/willshersystems/ansible-sshd/actions/workflows/ansible-fedora.yml)
|
||||||
|
* Latest Alpine
|
||||||
|
* [![Run tests on Alpine](https://github.com/willshersystems/ansible-sshd/actions/workflows/ansible-alpine.yml/badge.svg)](https://github.com/willshersystems/ansible-sshd/actions/workflows/ansible-alpine.yml)
|
||||||
* FreeBSD 10.1
|
* FreeBSD 10.1
|
||||||
* OpenBSD 6.0
|
* OpenBSD 6.0
|
||||||
* AIX 7.1, 7.2
|
* AIX 7.1, 7.2
|
||||||
|
|
|
@ -42,6 +42,9 @@ galaxy_info:
|
||||||
versions:
|
versions:
|
||||||
- "7.1"
|
- "7.1"
|
||||||
- "7.2"
|
- "7.2"
|
||||||
|
- name: Alpine
|
||||||
|
versions:
|
||||||
|
- all
|
||||||
galaxy_tags:
|
galaxy_tags:
|
||||||
- networking
|
- networking
|
||||||
- system
|
- system
|
||||||
|
|
Loading…
Reference in a new issue