From 1669ba9420b48772e99b8b3adaa5ef35e4ca4f9f Mon Sep 17 00:00:00 2001 From: beelze-bot <111891439+beelze-bot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 17:05:21 +0000 Subject: [PATCH] feat(ansible): update community.general to 8.6.0 | datasource | package | from | to | | ----------------- | ----------------- | ----- | ----- | | galaxy-collection | community.general | 8.5.0 | 8.6.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 0d03010a..336c01b8 100644 --- a/lab/provision/ansible/requirements.yml +++ b/lab/provision/ansible/requirements.yml @@ -5,7 +5,7 @@ collections: - name: community.crypto version: 2.18.0 - name: community.general - version: 8.5.0 + version: 8.6.0 - name: community.sops version: 1.6.7 - name: cisco.ios