Skip to content

Commit

Permalink
Proper unarchive invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Freedman committed Apr 30, 2016
1 parent c4586b4 commit 51f22d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks/source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@

- name: node.js | source | Unpack the node.js source
unarchive:
copy: no
src: "/tmp/node-v{{nodejs_version}}.tar.gz"
dest: "/tmp/node-v{{nodejs_version}}"
dest: "/tmp"

- name: node.js | source |Get the number of processors
command: nproc
Expand Down

0 comments on commit 51f22d0

Please sign in to comment.