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