mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update nodejs/tasks/main.yml
This commit is contained in:
parent
33f41bd92c
commit
268caead67
1 changed files with 6 additions and 0 deletions
|
@ -150,6 +150,12 @@
|
|||
# thankfully; currently both offer Node.js 10.15.2
|
||||
|
||||
|
||||
|
||||
3. RECORD THAT Node.js IS INSTALLED
|
||||
|
||||
- set_fact:
|
||||
nodejs_installed: True
|
||||
|
||||
- name: "Add 'nodejs_installed: True' to {{ iiab_state_file }}"
|
||||
lineinfile:
|
||||
dest: "{{ iiab_state_file }}" # /etc/iiab/iiab_state.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue