Skip to content

Commit

Permalink
debug nproc and force install urllib3
Browse files Browse the repository at this point in the history
  • Loading branch information
otakup0pe committed Feb 19, 2018
1 parent 83a31ab commit 69484e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
- ROLE_OPTIONS="nodejs_install_method=package"
- ROLE_OPTIONS="nodejs_install_method=binary"
install:
- pip install -U ansible
- pip install -U ansible urllib3
# Install dependencies
- ansible-galaxy install -r tests/requirements.yml
script:
Expand Down
6 changes: 5 additions & 1 deletion tasks/source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@
command: sysctl -n hw.ncpu
register: cpu_count
when: ansible_os_family == 'Darwin'


- name: "TEST PLEASE REMOVE"
debug:
var: cpu_count

- name: node.js | source | Build node.js from source
shell: >
cd /tmp/node-v{{nodejs_version}} &&
Expand Down

0 comments on commit 69484e2

Please sign in to comment.