summaryrefslogtreecommitdiffstats
path: root/ansible/roles/install_collectd/tasks/main.yml
diff options
context:
space:
mode:
authorRoss Brattain <ross.b.brattain@intel.com>2017-10-06 22:36:20 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-10-06 22:36:20 +0000
commit1eb582a70e3d8a40d91c5c244ae3c8e63e0923ec (patch)
treec8ddbe0bd41998569f763ef93e2a454caacadbe8 /ansible/roles/install_collectd/tasks/main.yml
parent301edc34b6bba07fd8a06b15624f45876a39da8f (diff)
parent5f96242df2a64fa0a0da5ff3c30d17bbcba90599 (diff)
Merge "libyajl: install from pkg"
Diffstat (limited to 'ansible/roles/install_collectd/tasks/main.yml')
-rw-r--r--ansible/roles/install_collectd/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/roles/install_collectd/tasks/main.yml b/ansible/roles/install_collectd/tasks/main.yml
index 8368df103..53f49097f 100644
--- a/ansible/roles/install_collectd/tasks/main.yml
+++ b/ansible/roles/install_collectd/tasks/main.yml
@@ -22,7 +22,7 @@
chdir: "{{ collectd_path }}"
- name: build collectd
- shell: "./configure --with-libpqos=/usr/ --with-libdpdk={{ dpdk_shared_path }} --with-libyajl=/usr/local --enable-debug --enable-dpdkstat --enable-virt --enable-ovs_stats --prefix={{ INSTALL_BIN_PATH }}/collectd |& tee collectd-configure.txt"
+ shell: "./configure --with-libpqos=/usr/ --with-libdpdk={{ dpdk_shared_path }} --with-libyajl=/usr/ --enable-debug --enable-dpdkstat --enable-virt --enable-ovs_stats --prefix={{ INSTALL_BIN_PATH }}/collectd |& tee collectd-configure.txt"
args:
executable: /bin/bash
chdir: "{{ collectd_path }}"