From 8764a37a7ddbed5039611f613663bf8d9cd671b9 Mon Sep 17 00:00:00 2001 From: "beelze-bot[bot]" <111891439+beelze-bot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 21:03:24 +0000 Subject: [PATCH] fix(ansible): update community.crypto to 2.22.1 | datasource | package | from | to | | ----------------- | ---------------- | ------ | ------ | | galaxy-collection | community.crypto | 2.22.0 | 2.22.1 | --- 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 a2bc37e5..83c02d38 100644 --- a/lab/provision/ansible/requirements.yml +++ b/lab/provision/ansible/requirements.yml @@ -3,7 +3,7 @@ collections: - name: ansible.posix version: 1.6.0 - name: community.crypto - version: 2.22.0 + version: 2.22.1 - name: community.general version: 9.4.0 - name: community.sops