Skip to content

Commit

Permalink
install latest npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Kellen committed Dec 7, 2014
1 parent 35d1746 commit 903ee91
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ansible.yml
Expand Up @@ -14,6 +14,10 @@
- name: make sure nodejs is installed
apt: name=nodejs state=present

# does not work, see https://github.com/ansible/ansible-modules-extras/issues/137
- name: make sure the latest npm is installed
npm: name=npm global=true

- name: make sure git is installed
apt: name=git state=present

Expand Down

0 comments on commit 903ee91

Please sign in to comment.