From f1e2899c209969c794de94c3e724b0930bb3b493 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 21:06:55 +0000 Subject: [PATCH] chore(deps): Update Ansible collections --- .github/workflows/requirements/requirements_collections.yml | 6 +++--- README.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/requirements/requirements_collections.yml b/.github/workflows/requirements/requirements_collections.yml index b22b88a64..8584bb1bf 100644 --- a/.github/workflows/requirements/requirements_collections.yml +++ b/.github/workflows/requirements/requirements_collections.yml @@ -3,8 +3,8 @@ collections: - name: ansible.posix version: 2.0.0 - name: community.general - version: 10.0.1 + version: 10.2.0 - name: community.crypto - version: 2.22.3 + version: 2.23.0 - name: community.docker - version: 4.1.0 + version: 4.3.0 diff --git a/README.md b/README.md index 2f3e209b8..6e3f1eded 100644 --- a/README.md +++ b/README.md @@ -57,11 +57,11 @@ This will also ensure you are deploying/running this role with a fully tested ve - name: ansible.posix version: 2.0.0 - name: community.general - version: 10.0.1 + version: 10.2.0 - name: community.crypto # Only required if you plan to install NGINX Plus - version: 2.22.3 + version: 2.23.0 - name: community.docker # Only required if you plan to use Molecule (see below) - version: 4.1.0 + version: 4.3.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.