[backend] install correct /etc/sign.conf
This commit is contained in:
parent
59e9b12855
commit
fcb825c15b
2 changed files with 6 additions and 0 deletions
|
@ -121,6 +121,11 @@
|
|||
tags:
|
||||
- config
|
||||
|
||||
- name: copy signe.conf
|
||||
template: src=sign.conf dest=/etc/sign.conf owner=root group=copr mode=640
|
||||
tags:
|
||||
- config
|
||||
|
||||
- name: enable and run copr-backend
|
||||
service: name="copr-backend" enabled=yes state=running
|
||||
|
||||
|
|
1
roles/copr/backend/templates/sign.conf
Normal file
1
roles/copr/backend/templates/sign.conf
Normal file
|
@ -0,0 +1 @@
|
|||
server: {{ keygen_host }}
|
Loading…
Add table
Add a link
Reference in a new issue