aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles/install_collectd/tasks/main.yml
diff options
context:
space:
mode:
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 }}"