From c80eab5b066a7036895d2cbc112c8ae6eaf11087 Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Fri, 27 May 2016 18:54:03 +0000 Subject: [PATCH] That's not gonna work Signed-off-by: Ricky Elrod --- roles/piwik/tasks/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/piwik/tasks/main.yml b/roles/piwik/tasks/main.yml index 3d758aef6b..815557ef2d 100644 --- a/roles/piwik/tasks/main.yml +++ b/roles/piwik/tasks/main.yml @@ -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: