From 20f6086c30e709f6eafc5c9808fd82584737e2c1 Mon Sep 17 00:00:00 2001 From: "beelze-bot[bot]" <111891439+beelze-bot[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 15:03:21 +0000 Subject: [PATCH] feat(ansible): update community.crypto to 2.22.0 | datasource | package | from | to | | ----------------- | ---------------- | ------ | ------ | | galaxy-collection | community.crypto | 2.21.1 | 2.22.0 | --- lab/provision/ansible/requirements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lab/provision/ansible/requirements.yml b/lab/provision/ansible/requirements.yml index c7e26e6b..70d5b1a5 100644 --- a/lab/provision/ansible/requirements.yml +++ b/lab/provision/ansible/requirements.yml @@ -3,7 +3,7 @@ collections: - name: ansible.posix version: 1.5.4 - name: community.crypto - version: 2.21.1 + version: 2.22.0 - name: community.general version: 9.3.0 - name: community.sops