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:
parent
633be1964c
commit
4c3f520fbf
1 changed files with 1 additions and 1 deletions
|
@ -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 -
|
||||
|
|
Loading…
Add table
Reference in a new issue