From 14ef3ca7294a400d01423af8a9be99ecdc3c6094 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 21:27:30 +0000 Subject: [PATCH] feat(ansible)!: Update ansible.posix to 2.0.0 --- ansible/requirements.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/requirements.yaml b/ansible/requirements.yaml index 67287ce7..e902eea1 100644 --- a/ansible/requirements.yaml +++ b/ansible/requirements.yaml @@ -1,7 +1,7 @@ --- collections: - name: ansible.posix - version: 1.6.2 + version: 2.0.0 - name: ansible.utils version: 5.1.2 - name: community.general