koji: httpd conf file names must end with .conf
This commit is contained in:
parent
b74a402571
commit
d921998b1a
1 changed files with 1 additions and 3 deletions
|
@ -210,9 +210,7 @@
|
|||
notify: restart httpd
|
||||
|
||||
- name: koji web staging config files
|
||||
copy: src={{ item }} dest=/etc/httpd/conf.d/{{ item }} owner=root group=root
|
||||
with_items:
|
||||
- kojiweb.conf.stg
|
||||
copy: src=kojiweb.conf.stg dest=/etc/httpd/conf.d/kojiweb-stg.conf owner=root group=root
|
||||
tags:
|
||||
- config
|
||||
- koji_hub
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue