ansible-nodejs/defaults/main.yml

14 lines
245 B
YAML
Raw Normal View History

---
node_version_family: "5.x"
# Other valid value is 4.x
globally_installed_tools:
2016-05-19 07:52:46 -04:00
- browserify
- npmrc
local_development:
# Set to true for provisioning a development environment
enabled: false
user: "{{ ansible_env.SUDO_USER }}"