proxies / registry: drop some no longer wanted staging conditionals
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
a8c2d321f7
commit
8646d57a6c
1 changed files with 0 additions and 2 deletions
|
@ -2,13 +2,11 @@
|
|||
file: state=directory path=/srv/web/registry-signatures owner=apache group=sysadmin-releng mode=2775 setype=httpd_sys_content_t seuser=system_u
|
||||
tags:
|
||||
- fedora-web
|
||||
when: env != 'staging'
|
||||
|
||||
- name: make registry-index dir
|
||||
file: state=directory path=/srv/web/registry-index owner=apache group=apache mode=755 setype=httpd_sys_content_t seuser=system_u
|
||||
tags:
|
||||
- fedora-web
|
||||
when: env == 'staging'
|
||||
|
||||
- name: Copy over the Fedora Server CA cert
|
||||
copy: src="{{ private }}/files/fedora-ca.cert" dest=/etc/pki/httpd/fedora-server-ca.cert
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue