Correct perm for fedmsg keys.
This commit is contained in:
parent
114ed6a719
commit
078dde5680
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@
|
|||
copy: >
|
||||
src=$private/files/fedmsg-certs/keys/{{item['service']}}-{{ansible_fqdn}}.key
|
||||
dest=/etc/pki/fedmsg/
|
||||
mode=644
|
||||
mode=0640
|
||||
owner={{item['owner']}}
|
||||
group={{item['group']}}
|
||||
with_items: ${fedmsg_certs}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue