From aa331348dd81c51009e1a7cba5bdaff5970c8522 Mon Sep 17 00:00:00 2001 From: kireque-bot <143391978+kireque-bot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 22:09:58 +0000 Subject: [PATCH] feat(ansible-collection): update community.crypto to 2.16.1 | datasource | package | from | to | | ----------------- | ---------------- | ------ | ------ | | galaxy-collection | community.crypto | 2.15.1 | 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 9da155593..ca73b44be 100644 --- a/infrastructure/ansible/requirements.yml +++ b/infrastructure/ansible/requirements.yml @@ -1,7 +1,7 @@ --- collections: - name: community.crypto - version: 2.15.1 + version: 2.16.1 - name: community.general version: 7.4.0 - name: community.sops