From 1bc2360e90d34dcccec7b27ecdf0d5c25dbe2803 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 20:53:56 +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 c49446a3e..549fa1ca6 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: 10.7.0 + version: 10.7.2 - name: community.crypto - version: 2.26.2 + version: 2.26.5 - name: community.docker - version: 4.6.0 + version: 4.7.0 diff --git a/README.md b/README.md index ecdb5ee7d..ae4f8ed09 100644 --- a/README.md +++ b/README.md @@ -56,13 +56,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: 10.7.0 + version: 10.7.2 - name: community.crypto # Only required if you plan to install NGINX Plus - version: 2.26.2 + version: 2.26.5 - name: community.docker # Only required if you plan to use Molecule (see below) - version: 4.6.0 + version: 4.7.0 ``` - Instructions on how to install Ansible collections can be found in the [Ansible collections](https://docs.ansible.com/ansible/latest/collections_guide/collections_installing.html) guide.