From 92391c25d6b9e4de2feda866c9cf7fdc97c75d67 Mon Sep 17 00:00:00 2001 From: "feisar-bot[bot]" <98277827+feisar-bot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 04:24:12 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20ansible=20to=202.?= =?UTF-8?q?18.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | devbox | ansible | 2.18.2 | 2.18.4 | --- ansible/devbox.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/devbox.json b/ansible/devbox.json index 588540e6e..7844c80c6 100644 --- a/ansible/devbox.json +++ b/ansible/devbox.json @@ -1,4 +1,4 @@ { "$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.12.0/.schema/devbox.schema.json", - "packages": ["ansible@2.18.2", "sshpass@latest"] + "packages": ["ansible@2.18.4", "sshpass@latest"] }