From 74050bd8ff14434aadb846df731a2f58159a6f31 Mon Sep 17 00:00:00 2001 From: VC Date: Fri, 21 Mar 2025 15:47:40 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8:=20remove=20latest=20for=20nodejs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- roles/nodejs/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/nodejs/tasks/main.yml b/roles/nodejs/tasks/main.yml index 1d5cca9..78b7e2b 100644 --- a/roles/nodejs/tasks/main.yml +++ b/roles/nodejs/tasks/main.yml @@ -26,5 +26,5 @@ - name: Install nodejs ansible.builtin.package: name: nodejs - state: latest + state: present update_cache: true