diff options
Diffstat (limited to 'ansible/install_collectd.yml')
-rw-r--r-- | ansible/install_collectd.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ansible/install_collectd.yml b/ansible/install_collectd.yml index 16021b77b..637c42d65 100644 --- a/ansible/install_collectd.yml +++ b/ansible/install_collectd.yml @@ -18,6 +18,8 @@ environment: "{{ proxy_env|default({}) }}" roles: + # needed for collectd plugins + - increase_open_file_limits # build shared DPDK for collectd only, required DPDK downloaded already - role: download_dpdk - install_dpdk_shared @@ -28,4 +30,3 @@ - install_pmu_tools - download_collectd - install_collectd - |