Skip to content

Commit 6e0f3d4

Browse files
committed
fix custom nagios plugin installation
1 parent 9c5897b commit 6e0f3d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
owner: root
2626
group: root
2727
mode: 0755
28-
with_fileglob: usr.local.ncpa.plugins.*
28+
with_fileglob: usr.lib64.nagios.plugins.*
2929

3030
- name: ensure ncpa_listener is started and enabled
3131
service: name=ncpa_listener state=started enabled=yes

0 commit comments

Comments
 (0)