Skip to content

Commit

Permalink
fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
bodsch committed Nov 1, 2023
1 parent e779708 commit 4d7b29c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
matrix:
image:
- debian:11
- dedian:12
- debian:12
- ubuntu:20.04
- ubuntu:22.04
python_version:
Expand Down
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,13 @@ ansible-galaxy collection install --requirements-file collections.yml

### supported operating systems

* ArchLinux
* Arch Linux
* Debian based
- Debian 10 / 11
- Ubuntu 20.04
* RedHat based
- Alma Linux 8 / 9
- Rocky Linux 8 / 9
- OracleLinux 8 / 9
- Debian 10 / 11 / 12
- Ubuntu 20.10 / 22.04

> **RedHat-based systems are no longer officially supported! May work, but does not have to.**

## Contribution

Expand Down
6 changes: 2 additions & 4 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ galaxy_info:
description: installs and configure algernon

license: Apache
min_ansible_version: "2.10"
min_ansible_version: "2.9"
platforms:
- name: ArchLinux
- name: Debian
Expand All @@ -16,13 +16,11 @@ galaxy_info:
- buster
# 11
- bullseye
- bookworm
- name: Ubuntu
versions:
# 20.04
- focal
- name: EL
versions:
- "8"

galaxy_tags:
- server
Expand Down

0 comments on commit 4d7b29c

Please sign in to comment.