Merge "Add missing variable"
This commit is contained in:
commit
f00f4aa732
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user