Make sure packagers can access the fedmsg key

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2018-04-17 18:16:51 +02:00
parent dc86b22f90
commit 9cbf120b54

View file

@ -59,6 +59,14 @@
# - config
- name: Make sure mere mortals can access the fedmsg key
acl:
path: /etc/pki/fedmsg/shell-{{ inventory_hostname }}.key
entity: packager
etype: group
permissions: r
state: present
# Set-up Pagure
- name: Create a group pagure we can use