koji: httpd conf file names must end with .conf

This commit is contained in:
Mikolaj Izdebski 2015-09-01 22:10:57 +00:00
parent b74a402571
commit d921998b1a

View file

@ -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