That's not gonna work
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
parent
ad066cf408
commit
c80eab5b06
1 changed files with 3 additions and 3 deletions
|
@ -6,8 +6,8 @@
|
||||||
- piwik
|
- piwik
|
||||||
|
|
||||||
- name: set up http configs for piwik
|
- name: set up http configs for piwik
|
||||||
template: src={{ item }} dest=/etc/httpd/conf.d/{{ item }}
|
file: src={{ item }} dest=/etc/httpd/conf.d/{{ item }}
|
||||||
owner=root group=root mode=0644
|
owner=root group=root mode=0644
|
||||||
with_items:
|
with_items:
|
||||||
- piwik-httpd.conf
|
- piwik-httpd.conf
|
||||||
tags:
|
tags:
|
||||||
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
- name: Install the SSL cert so that we can use https
|
- name: Install the SSL cert so that we can use https
|
||||||
copy: >
|
copy: >
|
||||||
src={{ private}}/files/httpd/{{ item }} dest=/etc/pki/tls/certs/{{ item }}
|
src={{ private }}/files/httpd/{{ item }} dest=/etc/pki/tls/certs/{{ item }}
|
||||||
owner=root group=root mode=0600
|
owner=root group=root mode=0600
|
||||||
notify: restart stunnel
|
notify: restart stunnel
|
||||||
with_items:
|
with_items:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue