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
|
||||
|
||||
- name: set up http configs for piwik
|
||||
template: src={{ item }} dest=/etc/httpd/conf.d/{{ item }}
|
||||
owner=root group=root mode=0644
|
||||
file: src={{ item }} dest=/etc/httpd/conf.d/{{ item }}
|
||||
owner=root group=root mode=0644
|
||||
with_items:
|
||||
- piwik-httpd.conf
|
||||
tags:
|
||||
|
@ -19,7 +19,7 @@
|
|||
|
||||
- name: Install the SSL cert so that we can use https
|
||||
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
|
||||
notify: restart stunnel
|
||||
with_items:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue