From 06834ae66bb0863f6f9c0dc2c8511bf63b7c5a4c Mon Sep 17 00:00:00 2001 From: Jose Date: Mon, 16 Feb 2026 18:26:33 +0100 Subject: [PATCH] =?UTF-8?q?chore=20=F0=9F=93=A6:=20Update=20log2ram=20URL?= =?UTF-8?q?=20to=20use=20a=20specific=20tag?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit updates the URL for log2ram to point to a specific tag rather than using the master branch. This ensures that we are always using a stable version of the software. --- tasks/ram.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tasks/ram.yml b/tasks/ram.yml index eed1fd6..6bcdb2e 100644 --- a/tasks/ram.yml +++ b/tasks/ram.yml @@ -39,10 +39,8 @@ - name: ram | Download log2ram ansible.builtin.get_url: - url: https://github.com/azlux/log2ram/archive/refs/heads/master.tar.gz + url: https://github.com/azlux/log2ram/archive/refs/tags/1.7.2.tar.gz dest: /tmp/log2ram.tar.gz - # Adding a checksum ensures we only 'change' if the file is new/updated - checksum: "sha256:https://github.com/azlux/log2ram/archive/refs/heads/master.tar.gz.sha256" mode: '0644' register: download_archive