From 389de5e02ac5510419367ef2760913eec0ead028 Mon Sep 17 00:00:00 2001 From: Anton Vakhrushev Date: Fri, 11 Sep 2026 10:09:45 +0300 Subject: [PATCH] =?UTF-8?q?deps:=20=D0=BE=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D1=8B=20galaxy-=D0=BA=D0=BE=D0=BB=D0=BB=D0=B5?= =?UTF-8?q?=D0=BA=D1=86=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - community.docker 5.2.2 -> 5.3.0, community.general 13.3.0 -> 13.4.0 - пины приведены к версиям, которые уже приносит пакет ansible 14.4.0: ansible-lint больше не подхватывает старую копию из ~/.ansible - galaxy-роли (timezone, security, docker) уже на последних версиях --- requirements.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.yml b/requirements.yml index 1866211..7c7b1c8 100644 --- a/requirements.yml +++ b/requirements.yml @@ -11,7 +11,7 @@ roles: collections: - name: 'community.docker' - version: '5.2.2' + version: '5.3.0' - name: 'community.general' - version: '13.3.0' + version: '13.4.0'