mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-09 21:23:29 +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)
|
||||
* 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)
|
||||
* 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
|
||||
* OpenBSD 6.0
|
||||
* AIX 7.1, 7.2
|
||||
|
|
|
@ -42,6 +42,9 @@ galaxy_info:
|
|||
versions:
|
||||
- "7.1"
|
||||
- "7.2"
|
||||
- name: Alpine
|
||||
versions:
|
||||
- all
|
||||
galaxy_tags:
|
||||
- networking
|
||||
- system
|
||||
|
|
Loading…
Reference in a new issue