From 1f0571e5f8c21163db619fe64357414e7be650fd Mon Sep 17 00:00:00 2001 From: "wyoa-bot[bot]" <98073241+wyoa-bot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 20:07:09 +0000 Subject: [PATCH] feat(ansible): update community.docker to 3.13.1 | datasource | package | from | to | | ----------------- | ---------------- | ----- | ------ | | galaxy-collection | community.docker | 3.5.0 | 3.13.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..e6f0f3351 100644 --- a/infrastructure/ansible/requirements.yml +++ b/infrastructure/ansible/requirements.yml @@ -3,7 +3,7 @@ collections: - name: ansible.posix version: 1.5.4 - name: community.docker - version: 3.5.0 + version: 3.13.1 - name: community.general version: 8.1.0 - name: community.routeros