mirror of
https://github.com/frappe/bench.git
synced 2024-11-12 00:06:36 +00:00
5 lines
119 B
YAML
5 lines
119 B
YAML
---
|
|
- name: Install node v{{ node_version }}
|
|
yum: name=nodejs state=present
|
|
when: ansible_os_family == 'RedHat'
|
|
... |