Skip to content

Commit 4ba7b37

Browse files
author
Petr Velan
committed
Fixed ansible task for CPG UDP input, it is no longer executed unnecesarily
1 parent 5b81fed commit 4ba7b37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/ipfixcol/tasks/input-plugins.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
command: >
1515
{{ item }}
1616
chdir={{ build.dir }}/plugins/input/udp_cpg
17-
creates=/usr/local/share/ipfixcol/plugins/ipfixcol-udp_cpg-input.so
17+
creates=/usr/local/share/ipfixcol/plugins/ipfixcol-udp-cpg-input.so
1818
with_items: "{{ build.cmds }}"
1919
tags: udp_cpg

0 commit comments

Comments
 (0)