mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 05:51:56 +08:00
fix 1900 failures of the following case issue: `name[casing]: All names should start with an uppercase letter.` Signed-off-by: Ryan Lerch <rlerch@redhat.com>
10 lines
307 B
YAML
10 lines
307 B
YAML
---
|
|
- name: Install nrpe
|
|
dnf: name=nrpe state=present
|
|
|
|
- name: Set acl for nrpe on /etc/copr
|
|
acl: name=/etc/copr entity=nrpe etype=user permissions=rx state=present
|
|
|
|
- name: Set acl for nrpe on /etc/copr/copr-be.conf
|
|
acl: name=/etc/copr/copr-be.conf entity=nrpe etype=user permissions=r state=present
|