Merge "Validate that node_version is set"
This commit is contained in:
commit
2dd43ed7f1
@ -3,4 +3,5 @@ Install NodeJS from nodesource
|
||||
**Role Variables**
|
||||
|
||||
.. zuul:rolevar:: node_version
|
||||
:default: 6
|
||||
|
||||
Required. What version of Node to install.
|
||||
|
@ -1,3 +1,7 @@
|
||||
- name: Ensure we know what version of node to install
|
||||
assert:
|
||||
that: node_version is defined
|
||||
|
||||
- name: Update apt cache
|
||||
apt:
|
||||
update_cache: yes
|
||||
|
Loading…
Reference in New Issue
Block a user