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: