mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
koji: httpd conf file names must end with .conf
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user