From ea3869489d13e77d3a8c3ba43457c2b884485466 Mon Sep 17 00:00:00 2001 From: lefos Date: Mon, 1 Nov 2021 00:28:02 +0200 Subject: [PATCH] asd --- node.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node.yml b/node.yml index 23d4210..6ab135c 100644 --- a/node.yml +++ b/node.yml @@ -23,7 +23,7 @@ apt_repository: repo: "deb https://deb.nodesource.com/node_{{ NODEJS_VERSION }}.x {{ ansible_distribution_release }} main" state: present - update_cache: yes + # update_cache: yes - name: Install the nodejs become: true apt: