From a09f1afceb7afc31cb28e28791679eb9176ebafa Mon Sep 17 00:00:00 2001 From: "repo-duster[bot]" <87358111+repo-duster[bot]@users.noreply.github.com> Date: Sun, 21 Jan 2024 09:07:10 +0000 Subject: [PATCH] =?UTF-8?q?feat(ansible):=20update=20community.crypto=20(?= =?UTF-8?q?=202.16.2=20=E2=86=92=202.17.0=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ----------------- | ---------------- | ------ | ------ | | galaxy-collection | community.crypto | 2.16.2 | 2.17.0 | --- infrastructure/ansible/requirements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/ansible/requirements.yml b/infrastructure/ansible/requirements.yml index a0f2ba18ce9..60f6431cf0c 100644 --- a/infrastructure/ansible/requirements.yml +++ b/infrastructure/ansible/requirements.yml @@ -1,7 +1,7 @@ --- collections: - name: community.crypto - version: 2.16.2 + version: 2.17.0 - name: community.general version: 8.2.0 - name: community.sops