Set proper mode on agent plugins
This commit is contained in:
parent
b4ba4f9eda
commit
9f84609808
|
@ -475,6 +475,7 @@
|
||||||
copy:
|
copy:
|
||||||
src: "usr/lib/check_mk_agent/plugins/{{ item }}"
|
src: "usr/lib/check_mk_agent/plugins/{{ item }}"
|
||||||
dest: "/usr/lib/check_mk_agent/plugins/{{ item }}"
|
dest: "/usr/lib/check_mk_agent/plugins/{{ item }}"
|
||||||
|
mode: 0755
|
||||||
with_items:
|
with_items:
|
||||||
- backup
|
- backup
|
||||||
- cephfsmounts
|
- cephfsmounts
|
||||||
|
|
Loading…
Reference in New Issue