diff options
| author | ckonstanski <ckonstanski@pippiandcarlos.com> | 2017-10-04 07:53:08 -0600 |
|---|---|---|
| committer | ckonstanski <ckonstanski@pippiandcarlos.com> | 2017-10-04 07:53:08 -0600 |
| commit | 47c70601e21248a0d5fee284e4f2799a092f32f6 (patch) | |
| tree | 9cd42e3bde7a65c88b1690083466f3e5f43701d7 /salt/openbook/ansible | |
| parent | 79a581327ad7f4b9e96462835effcf32ae3a1fe3 (diff) | |
nodejs (for npm)
Diffstat (limited to 'salt/openbook/ansible')
| -rw-r--r-- | salt/openbook/ansible/files/gradle.yaml | 2 |
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" |
