From 474a1ffe10dc0d1bae4550138ec108213188c8de Mon Sep 17 00:00:00 2001 From: Trux-Bot <19149206+trux-bot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 22:09:02 +0000 Subject: [PATCH] fix(ansible-collection): update community.crypto to 2.16.1 | datasource | package | from | to | | ----------------- | ---------------- | ------ | ------ | | galaxy-collection | community.crypto | 2.16.0 | 2.16.1 | --- 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 c4b76389d7..2eefdcc1b1 100644 --- a/infrastructure/ansible/requirements.yml +++ b/infrastructure/ansible/requirements.yml @@ -1,7 +1,7 @@ --- collections: - name: community.crypto - version: 2.16.0 + version: 2.16.1 - name: community.general version: 7.5.1 - name: kubernetes.core