From 871f0afe33627d8c42907e86fa8cf8d5e1d042ae Mon Sep 17 00:00:00 2001 From: "beelze-bot[bot]" <111891439+beelze-bot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 18:04:02 +0000 Subject: [PATCH] feat(ansible): update community.general to 9.4.0 | datasource | package | from | to | | ----------------- | ----------------- | ----- | ----- | | galaxy-collection | community.general | 9.3.0 | 9.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 c7e26e6b..c66cdc24 100644 --- a/lab/provision/ansible/requirements.yml +++ b/lab/provision/ansible/requirements.yml @@ -5,7 +5,7 @@ collections: - name: community.crypto version: 2.21.1 - name: community.general - version: 9.3.0 + version: 9.4.0 - name: community.sops version: 1.8.2 - name: cisco.ios