Merge branch 'master' of /git/ansible

This commit is contained in:
Stephen Smoogen 2015-09-01 22:20:30 +00:00
commit b42d3f02fc

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