Fix typo with pip install
We don't use pip, it really is npm. Change-Id: I928b41adef3024635fd008ca39ac1434e51ab7ec Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
f00f4aa732
commit
1bc912101b
@ -22,6 +22,6 @@
|
||||
package:
|
||||
name: "{{ statsd_build_depends }}"
|
||||
state: present
|
||||
when: statsd_install_method == 'git' or statsd_install_method == 'pip'
|
||||
when: statsd_install_method == 'git' or statsd_install_method == 'npm'
|
||||
|
||||
- include: "install/{{ statsd_install_method }}.yaml"
|
||||
|
Loading…
Reference in New Issue
Block a user