(fedimg) keys should be readable, not executable.
This commit is contained in:
parent
5bfbe1ed22
commit
2f2ca62aa6
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@
|
||||||
|
|
||||||
- name: copy keys into pki directory for production
|
- name: copy keys into pki directory for production
|
||||||
copy: src={{private}}/files/fedimg/{{item}} dest=/etc/pki/fedimg/{{item}}
|
copy: src={{private}}/files/fedimg/{{item}} dest=/etc/pki/fedimg/{{item}}
|
||||||
owner=fedmsg group=fedmsg mode=0100
|
owner=fedmsg group=fedmsg mode=0400
|
||||||
with_items:
|
with_items:
|
||||||
- fedimg-prod
|
- fedimg-prod
|
||||||
- fedimg-prod.pub
|
- fedimg-prod.pub
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue