Make sure packagers can access the fedmsg key
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
dc86b22f90
commit
9cbf120b54
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue