From 3c10fbc7f9867602992d534de9da6f5dbf765313 Mon Sep 17 00:00:00 2001 From: beelze-bot <111891439+beelze-bot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 20:05:31 +0000 Subject: [PATCH] feat(ansible): update community.general to 8.4.0 | datasource | package | from | to | | ----------------- | ----------------- | ----- | ----- | | galaxy-collection | community.general | 8.3.0 | 8.4.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 50203296..9661d679 100644 --- a/lab/provision/ansible/requirements.yml +++ b/lab/provision/ansible/requirements.yml @@ -5,7 +5,7 @@ collections: - name: community.crypto version: 2.17.1 - name: community.general - version: 8.3.0 + version: 8.4.0 - name: community.sops version: 1.6.7 - name: cisco.ios