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:
Paul Belanger 2019-02-06 09:17:11 -05:00
parent f00f4aa732
commit 1bc912101b
1 changed files with 1 additions and 1 deletions

View File

@ -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"