diff --git a/README.md b/README.md index ddaaa16..a992f6d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ -Build Status: ![Build status](https://gitea.thezengarden.net/podman/ansible-dev/actions/workflows/build-test.yml/badge.svg?branch=testing&style=flat) +## Build Status: +### Testing: +![Build status](https://gitea.thezengarden.net/podman/ansible-dev/actions/workflows/build-test.yml/badge.svg?branch=testing&style=flat) -This provides the framework for testing in our environment. +### Release: +![Build status](https://gitea.thezengarden.net/podman/ansible-dev/actions/workflows/build-release.yml/badge.svg?branch=release&style=flat) + +--- +
+ +> Container images and supporting build files for Ansible development +> +> Supports: CentOS Stream (9), Fedora (41), Debian (12) diff --git a/python/requirements.txt b/python/requirements.txt index a7b5133..eee85e9 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,2 +1,2 @@ -ansible-core==2.16.14 -ansible-lint==24.12.2 +ansible-core==2.19.0 +ansible-lint==25.8.1