From 265d10dbaa0720f4d31098168dc389422e1d4c97 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 20:07:53 +0000 Subject: [PATCH] Update ansible | datasource | package | from | to | | ----------------- | ----------------- | ----- | ------ | | galaxy-collection | ansible.posix | 1.6.2 | 2.0.0 | | galaxy-collection | community.general | 9.5.4 | 10.3.0 | --- ansible/roles/requirements.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/roles/requirements.yml b/ansible/roles/requirements.yml index 6735e774..fc106d2d 100644 --- a/ansible/roles/requirements.yml +++ b/ansible/roles/requirements.yml @@ -1,11 +1,11 @@ --- collections: - name: ansible.posix - version: 1.6.2 + version: 2.0.0 - name: community.crypto version: 2.24.0 - name: community.general - version: 9.5.4 + version: 10.3.0 - name: community.postgresql version: 3.10.2