Skip to content

Commit 3666728

Browse files
authored
Merge pull request #21 from mpumzee/develop
Add ansible role to install nodejs
2 parents d82b442 + 7a42038 commit 3666728

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

ansible/roles/common/tasks/main.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
- name: Install npm
3+
apt:
4+
name:
5+
- npm
6+
state: present

ansible/setup.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@
2020
roles:
2121
- role: security
2222
- role: docker
23+
- role: common
2324

2425

0 commit comments

Comments
 (0)