copr-be: copr-ping: give nagios group r-x permissions
This commit is contained in:
parent
6062eec80b
commit
5a17f06a45
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@
|
||||||
dest: "/usr/bin/copr-ping-check.py"
|
dest: "/usr/bin/copr-ping-check.py"
|
||||||
src: "copr-ping-check.py.j2"
|
src: "copr-ping-check.py.j2"
|
||||||
owner: "{{ ping_user }}"
|
owner: "{{ ping_user }}"
|
||||||
group: "{{ ping_user }}"
|
group: "nagios"
|
||||||
mode: 0700
|
mode: 0750
|
||||||
tags: copr_ping
|
tags: copr_ping
|
||||||
|
|
||||||
- name: rebuild the copr-ping package periodically
|
- name: rebuild the copr-ping package periodically
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue