Move copr.conf to templates, it has jinja2 macros
This commit is contained in:
parent
80a6c7b885
commit
e78f97bfbb
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue