diff --git a/.github/settings.yml b/.github/settings.yml index d001ba9..67b3f2d 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -5,4 +5,4 @@ repository: description: Install and configure auditd on your system. homepage: https://robertdebock.nl/ - topics: auditd, ansible, molecule, tox, playbook, hacktoberfest + topics: auditd, ansible, molecule, tox, playbook diff --git a/.github/workflows/galaxy.yml b/.github/workflows/galaxy.yml index 092e544..1f8d455 100644 --- a/.github/workflows/galaxy.yml +++ b/.github/workflows/galaxy.yml @@ -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 }} diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 29f9ab1..5be63d1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ --- -image: "robertdebock/github-action-molecule:5.0.0" +image: "robertdebock/github-action-molecule:5.0.2" variables: PY_COLORS: 1 diff --git a/README.md b/README.md index 4ab32a3..2e3e316 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,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. diff --git a/SECURITY.md b/SECURITY.md index 9e11a4c..03e4ba9 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -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) diff --git a/requirements.txt b/requirements.txt index ba1d384..88a1e21 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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