From 0f0d526258dd16a935187d13a1bda06aa9e7e5a9 Mon Sep 17 00:00:00 2001 From: wyoa-bot <98073241+wyoa-bot[bot]@users.noreply.github.com> Date: Sat, 2 Jul 2022 14:03:19 +0000 Subject: [PATCH] feat(ansible): update community.docker to 2.7.0 | datasource | package | from | to | | ----------------- | ---------------- | ----- | ----- | | galaxy-collection | community.docker | 2.6.0 | 2.7.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 4b328fba4..3d5a30090 100644 --- a/infrastructure/ansible/requirements.yml +++ b/infrastructure/ansible/requirements.yml @@ -3,7 +3,7 @@ collections: - name: ansible.posix version: 1.4.0 - name: community.docker - version: 2.6.0 + version: 2.7.0 - name: community.general version: 5.2.0 - name: community.routeros