Update components, regenerate files.

This commit is contained in:
Robert de Bock 2023-02-28 11:55:27 +01:00
parent 23ece3de5b
commit 9a112d6088
6 changed files with 9 additions and 11 deletions

View File

@ -5,4 +5,4 @@
repository:
description: Prepare your system to be managed by Ansible.
homepage: https://robertdebock.nl/
topics: bootstrap, python, sudo, ansible, molecule, tox, playbook, hacktoberfest
topics: bootstrap, python, sudo, ansible, molecule, tox, playbook

View File

@ -13,6 +13,6 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: galaxy
uses: robertdebock/galaxy-action@1.2.0
uses: robertdebock/galaxy-action@1.2.1
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }}

View File

@ -1,5 +1,5 @@
---
image: "robertdebock/github-action-molecule:5.0.0"
image: "robertdebock/github-action-molecule:5.0.2"
variables:
PY_COLORS: 1

View File

@ -74,7 +74,7 @@ This role has been tested on these [container images](https://hub.docker.com/u/r
|[opensuse](https://hub.docker.com/repository/docker/robertdebock/opensuse/general)|all|
|[Ubuntu](https://hub.docker.com/repository/docker/robertdebock/ubuntu/general)|all|
The minimum version of Ansible required is 2.10, tests have been done to:
The minimum version of Ansible required is 2.12, tests have been done to:
- The previous version.
- The current version.

View File

@ -4,15 +4,13 @@ This software implements other software, it's not very likely that this software
## [Supported Versions](#supported-versions)
The current major version is supported. For example if the current version is 3.4.1:
These version of [ansible](https://pypi.org/project/ansible/) are supported:
| Version | Supported |
| ------- | ------------------ |
| 3.4.1 | :white_check_mark: |
| 3.4.x | :white_check_mark: |
| 3.x.x | :white_check_mark: |
| 2.0.0 | :x: |
| 1.0.0 | :x: |
| 7 | :white_check_mark: |
| 6 | :white_check_mark: |
| 5 | :white_check_mark: |
## [Reporting a Vulnerability](#reporting-a-vulnarability)

View File

@ -5,6 +5,6 @@
# https://pip.pypa.io/en/stable/user_guide/#requirements-files
#
# Tests run on the previous and current (latest) version of Ansible.
ansible>=2.10
ansible>=2.12
# Some Jinja2 filters are used that are available in the newer releases.
jinja2>=2.11.2