From f6769408694282a6391447a558630421d08afe4a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 13:35:20 +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 2cc3a9f03..37f6b9b39 100644 --- a/ansible/requirements.yaml +++ b/ansible/requirements.yaml @@ -1,7 +1,7 @@ --- collections: - name: ansible.posix - version: 1.5.4 + version: 2.0.0 - name: ansible.utils version: 5.1.1 - name: community.general