From f42977c8bf94c4d691a944ec3ecbedd15b63098a Mon Sep 17 00:00:00 2001 From: "wyoa-bot[bot]" <98073241+wyoa-bot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 20:08:14 +0000 Subject: [PATCH] feat(ansible): update community.docker to 3.13.4 | datasource | package | from | to | | ----------------- | ---------------- | ----- | ------ | | galaxy-collection | community.docker | 3.5.0 | 3.13.4 | --- 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..7512e0d2d 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.4 - name: community.general version: 8.1.0 - name: community.routeros