From f72b8ef04a234beffb15a27d17b56a7db2cf1912 Mon Sep 17 00:00:00 2001 From: "wyoa-bot[bot]" <98073241+wyoa-bot[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 16:12:10 +0000 Subject: [PATCH] feat(ansible)!: Update community.general to 10.2.0 | datasource | package | from | to | | ----------------- | ----------------- | ----- | ------ | | galaxy-collection | community.general | 8.1.0 | 10.2.0 | --- infrastructure/ansible/requirements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/ansible/requirements.yml b/infrastructure/ansible/requirements.yml index 7b64f8bea..ed82da930 100644 --- a/infrastructure/ansible/requirements.yml +++ b/infrastructure/ansible/requirements.yml @@ -5,7 +5,7 @@ collections: - name: community.docker version: 3.5.0 - name: community.general - version: 8.1.0 + version: 10.2.0 - name: community.routeros version: 2.11.0 - name: community.sops