Move copr.conf to templates, it has jinja2 macros

This commit is contained in:
Jakub Kadlčík 2018-08-20 15:02:13 +02:00 committed by clime
parent 80a6c7b885
commit e78f97bfbb
2 changed files with 6 additions and 0 deletions

View file

@ -48,6 +48,12 @@
copy: src="httpd/{{ item }}" dest="/etc/httpd/conf.d/{{ item }}"
with_items:
- "welcome.conf"
tags:
- config
- name: copy apache files to conf.d (templates)
template: src="httpd/{{ item }}" dest="/etc/httpd/conf.d/{{ item }}"
with_items:
- "coprs.conf"
tags:
- config