fix ownership of copr-be.conf and typo in generating pem file
This commit is contained in:
parent
72e1714301
commit
95f02d8990
1 changed files with 2 additions and 2 deletions
|
@ -169,7 +169,7 @@
|
||||||
- provision_config
|
- provision_config
|
||||||
|
|
||||||
- name: copy copr-be.conf
|
- name: copy copr-be.conf
|
||||||
template: src="{{ files }}/copr/copr-be.conf" dest=/etc/copr/copr-be.conf mode=640
|
template: src="{{ files }}/copr/copr-be.conf" dest=/etc/copr/copr-be.conf owner=root group=copr mode=640
|
||||||
notify:
|
notify:
|
||||||
- restart copr-backend
|
- restart copr-backend
|
||||||
tags:
|
tags:
|
||||||
|
@ -202,7 +202,7 @@
|
||||||
handlers:
|
handlers:
|
||||||
- include: "{{ handlers }}/restart_services.yml"
|
- include: "{{ handlers }}/restart_services.yml"
|
||||||
- name: concate ssl certs
|
- name: concate ssl certs
|
||||||
action: command cat /etc/lighttpd/coprs-be.fedoraproject.org.key /etc/lighttpd/coprs-be.fedoraproject.org.key > /etc/lighttpd/coprs-be.fedoraproject.org.pem
|
action: command cat /etc/lighttpd/coprs-be.fedoraproject.org.key /etc/lighttpd/coprs-be.fedoraproject.org.crt > /etc/lighttpd/coprs-be.fedoraproject.org.pem
|
||||||
notify:
|
notify:
|
||||||
- chmod_key
|
- chmod_key
|
||||||
- restart lighttpd
|
- restart lighttpd
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue