Merge "Add missing variable"

This commit is contained in:
Zuul 2019-02-05 23:05:06 +00:00 committed by Gerrit Code Review
commit f00f4aa732
2 changed files with 3 additions and 1 deletions

View File

@ -37,6 +37,8 @@ statsd_git_version: master
statsd_install_method: git
statsd_npm_name: statsd
# tasks/service.yaml
statsd_file_statsd_service_manage: true
statsd_file_statsd_service_group: root

View File

@ -22,6 +22,6 @@
package:
name: "{{ statsd_build_depends }}"
state: present
when: statsd_install_method == 'git'
when: statsd_install_method == 'git' or statsd_install_method == 'pip'
- include: "install/{{ statsd_install_method }}.yaml"