From 07f6c3545e8a6e00b76402f82002083c6a3d6eac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 17:32:14 +0000 Subject: [PATCH] chore(deps): Update Ansible collections --- .../workflows/requirements/requirements_collections.yml | 8 ++++---- README.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/requirements/requirements_collections.yml b/.github/workflows/requirements/requirements_collections.yml index a19037a6..56951201 100644 --- a/.github/workflows/requirements/requirements_collections.yml +++ b/.github/workflows/requirements/requirements_collections.yml @@ -1,10 +1,10 @@ --- collections: - name: ansible.posix - version: 2.0.0 + version: 2.1.0 - name: community.general - version: 11.0.0 + version: 11.4.0 - name: community.crypto - version: 3.0.0 + version: 3.0.4 - name: community.docker - version: 4.6.1 + version: 4.8.1 diff --git a/README.md b/README.md index f21ecd8f..1d215abf 100644 --- a/README.md +++ b/README.md @@ -42,13 +42,13 @@ This will also ensure you are deploying/running this role with a fully tested ve --- collections: - name: ansible.posix - version: 2.0.0 + version: 2.1.0 - name: community.general - version: 11.0.0 + version: 11.4.0 - name: community.crypto # Only required if you plan to to test the NGINX Plus Molecule scenario - version: 3.0.0 + version: 3.0.4 - name: community.docker # Only required if you plan to use Molecule - version: 4.6.1 + version: 4.8.1 ``` - Instructions on how to install Ansible core can be found in the [Ansible](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html#upgrading-ansible-from-version-2-9-and-older-to-version-2-10-or-later) docs.