From 8ade0c25872b2672ff3eb5219c1210be61a283b3 Mon Sep 17 00:00:00 2001 From: wyoa-bot <98073241+wyoa-bot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 00:20:21 +0000 Subject: [PATCH] feat(ansible): update community.docker to 3.10.1 | datasource | package | from | to | | ----------------- | ---------------- | ----- | ------ | | galaxy-collection | community.docker | 3.5.0 | 3.10.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..b82b28603 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.10.1 - name: community.general version: 8.1.0 - name: community.routeros