Skip to content

Commit

Permalink
Update components, regenerate files.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Feb 28, 2023
1 parent bfff740 commit c209d79
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
repository:
description: Enable or disable automatic starting of services upon installation of packages.
homepage: https://robertdebock.nl/
topics: aptautostart, apt, autostart, service, invokerc, sysvinit, systemctl, ansible, molecule, tox, playbook, hacktoberfest
topics: aptautostart, apt, autostart, service, invokerc, sysvinit, systemctl, ansible, molecule, tox, playbook
2 changes: 1 addition & 1 deletion .github/workflows/galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
image: "robertdebock/github-action-molecule:5.0.0"
image: "robertdebock/github-action-molecule:5.0.2"

variables:
PY_COLORS: 1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ This role has been tested on these [container images](https://hub.docker.com/u/r
|[Debian](https://hub.docker.com/repository/docker/robertdebock/debian/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.
Expand Down
10 changes: 4 additions & 6 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c209d79

Please sign in to comment.