From cc5647060bc65351f2c2dc711df16d73b4339af5 Mon Sep 17 00:00:00 2001 From: lefos Date: Sun, 31 Oct 2021 23:55:46 +0200 Subject: [PATCH] node yml --- node.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/node.yml b/node.yml index 4141c81..8e4438c 100644 --- a/node.yml +++ b/node.yml @@ -27,11 +27,11 @@ # apt_key: # url: "https://deb.nodesource.com/gpgkey/nodesource.gpg.key" # state: present - - name: Install the nodejs LTS repos - apt_repository: - repo: "deb https://deb.nodesource.com/node_{{ NODEJS_VERSION }}.x {{ ansible_distribution_release }} main" - state: present - update_cache: yes + # - name: Install the nodejs LTS repos + # apt_repository: + # repo: "deb https://deb.nodesource.com/node_{{ NODEJS_VERSION }}.x {{ ansible_distribution_release }} main" + # state: present + # update_cache: yes - name: Install the nodejs apt: name: nodejs