From 52a6fbe5cd86e02d8f71a6f4a73281ea69310550 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 11:07:48 -0900 Subject: [PATCH] chore(deps): Update dependency ansible.posix to v2 (#839) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/requirements/requirements_collections.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/requirements/requirements_collections.yml b/.github/workflows/requirements/requirements_collections.yml index 9c2fc4746..b22b88a64 100644 --- a/.github/workflows/requirements/requirements_collections.yml +++ b/.github/workflows/requirements/requirements_collections.yml @@ -1,7 +1,7 @@ --- collections: - name: ansible.posix - version: 1.6.2 + version: 2.0.0 - name: community.general version: 10.0.1 - name: community.crypto diff --git a/README.md b/README.md index 8530f535a..2f3e209b8 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ This will also ensure you are deploying/running this role with a fully tested ve --- collections: - name: ansible.posix - version: 1.6.2 + version: 2.0.0 - name: community.general version: 10.0.1 - name: community.crypto # Only required if you plan to install NGINX Plus