1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

sugarizer/tasks/main.yml fix, when -> when:

@jvonau caught this; I smoke-tested it.
This commit is contained in:
A Holt 2017-09-07 23:07:36 -04:00 committed by GitHub
parent 633be1964c
commit 4c3f520fbf

View file

@ -29,7 +29,7 @@
- name: set a flag to abort second attempt to install
set_fact:
npm_exists: True
when npm.stat.exists is defined and npm.stat.exists
when: npm.stat.exists is defined and npm.stat.exists
- name: Install npm on debian -- set up apt sources
shell: curl -sL https://deb.nodesource.com/setup_6.x | bash -