From 47c70601e21248a0d5fee284e4f2799a092f32f6 Mon Sep 17 00:00:00 2001 From: ckonstanski Date: Wed, 4 Oct 2017 07:53:08 -0600 Subject: nodejs (for npm) --- salt/openbook/ansible/files/gradle.yaml | 2 ++ 1 file changed, 2 insertions(+) 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" -- cgit v1.3