From d8e132b814c45177b939a54523603b851660cc1f Mon Sep 17 00:00:00 2001 From: lefos Date: Sun, 31 Oct 2021 23:57:06 +0200 Subject: [PATCH] node yml --- node.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/node.yml b/node.yml index 8e4438c..4410b60 100644 --- a/node.yml +++ b/node.yml @@ -33,6 +33,7 @@ # state: present # update_cache: yes - name: Install the nodejs + become: true apt: name: nodejs state: present