From 861f926069e9c0f2cb4d1ddc5f5cb8f5d2f357f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 09:39:46 +0000 Subject: [PATCH] Update ansible | datasource | package | from | to | | ----------------- | -------------------- | ------ | ------ | | galaxy-collection | ansible.posix | 1.6.0 | 1.6.2 | | galaxy-collection | community.crypto | 2.22.0 | 2.22.3 | | galaxy-collection | community.general | 9.4.0 | 9.5.0 | | galaxy-collection | community.postgresql | 3.5.0 | 3.7.0 | --- ansible/roles/requirements.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ansible/roles/requirements.yml b/ansible/roles/requirements.yml index f74f3a5a..241ba50f 100644 --- a/ansible/roles/requirements.yml +++ b/ansible/roles/requirements.yml @@ -1,13 +1,13 @@ --- collections: - name: ansible.posix - version: 1.6.0 + version: 1.6.2 - name: community.crypto - version: 2.22.0 + version: 2.22.3 - name: community.general - version: 9.4.0 + version: 9.5.0 - name: community.postgresql - version: 3.5.0 + version: 3.7.0 roles: - name: dmarc_metrics_exporter