10 lines
230 B
YAML
10 lines
230 B
YAML
- name: Setup Node.js
|
|
hosts: all
|
|
become: true
|
|
gather_facts: true
|
|
module_defaults:
|
|
ansible.builtin.apt:
|
|
lock_timeout: "{{ ai_workspace_apt_lock_timeout | default(900) | int }}"
|
|
roles:
|
|
- roles/vhosts/nodejs/
|