From 0ce463a065130b7892f28adb0253beb8871a22d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Jul 2025 02:50:31 +0000 Subject: Update ansible | datasource | package | from | to | | ----------------- | -------------------- | ------ | ------ | | galaxy-collection | ansible.posix | 2.0.0 | 2.1.0 | | galaxy-collection | community.crypto | 2.26.1 | 2.26.3 | | galaxy-collection | community.general | 10.6.0 | 10.7.2 | | galaxy-collection | community.postgresql | 3.14.0 | 3.14.2 | --- ansible/roles/requirements.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ansible') diff --git a/ansible/roles/requirements.yml b/ansible/roles/requirements.yml index 8283189..26378aa 100644 --- a/ansible/roles/requirements.yml +++ b/ansible/roles/requirements.yml @@ -1,13 +1,13 @@ --- collections: - name: ansible.posix - version: 2.0.0 + version: 2.1.0 - name: community.crypto - version: 2.26.1 + version: 2.26.3 - name: community.general - version: 10.6.0 + version: 10.7.2 - name: community.postgresql - version: 3.14.0 + version: 3.14.2 roles: - name: dmarc_metrics_exporter -- cgit v1.2.3