Move piwik and anity configs to templates

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2017-03-17 23:51:08 +00:00
parent 55183057fc
commit 10300f667f
4 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,7 @@
- anitya_frontend
- name: Install the configuration file to activate https
copy: >
template: >
src={{ item }} dest=/etc/httpd/conf.d/{{ item }}
owner=root group=root mode=0644
with_items:

View file

@ -9,7 +9,7 @@
- piwik
- name: set up http configs for piwik
copy: src={{ item }} dest=/etc/httpd/conf.d/{{ item }}
template: src={{ item }} dest=/etc/httpd/conf.d/{{ item }}
owner=root group=root mode=0644
with_items:
- piwik-httpd.conf