summaryrefslogtreecommitdiff
path: root/salt/openbook
diff options
context:
space:
mode:
Diffstat (limited to 'salt/openbook')
-rw-r--r--salt/openbook/ansible/files/gradle.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/salt/openbook/ansible/files/gradle.yaml b/salt/openbook/ansible/files/gradle.yaml
index 7b6d8e8..f79cda1 100644
--- a/salt/openbook/ansible/files/gradle.yaml
+++ b/salt/openbook/ansible/files/gradle.yaml
@@ -23,6 +23,7 @@
state: present
with_items:
- gradle
+ - nodejs
when: ansible_distribution == "Ubuntu"
- name: "Update yum cache"
@@ -36,6 +37,7 @@
state: present
with_items:
- gradle
+ - nodejs
when: ansible_distribution == "RedHat" or ansible_distribution == "CentOS"
- name: "Install packages"