From f67bfb139ee7762b9350ec22fe63d1ee8ea7a58c Mon Sep 17 00:00:00 2001 From: wyoa-bot <98073241+wyoa-bot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 20:10:54 +0000 Subject: [PATCH] feat(ansible)!: Update community.general to 9.0.1 | datasource | package | from | to | | ----------------- | ----------------- | ----- | ----- | | galaxy-collection | community.general | 8.1.0 | 9.0.1 | --- 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..dd4a0572e 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: 9.0.1 - name: community.routeros version: 2.11.0 - name: community.sops