make the osbs.conf readable to nrpe user for monitoring

This commit is contained in:
Kevin Fenzi 2018-04-17 17:59:34 +00:00
parent 5cc8d5ff7e
commit 6783d34e8e

View file

@ -7,7 +7,7 @@
- osbs-client
- name: apply osbs-client templated config
template: src=osbs.conf.j2 dest={{ osbs_client_conf_path }} mode=0640
template: src=osbs.conf.j2 dest={{ osbs_client_conf_path }} mode=0640 group=nrpe
tags:
- osbs-client