lefos 3 years ago
parent
commit
ea3869489d
  1. 2
      node.yml

2
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:

Loading…
Cancel
Save