mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 19:12:18 +08:00
neither is that
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
- piwik
|
||||
|
||||
- name: set up http configs for piwik
|
||||
file: src={{ item }} dest=/etc/httpd/conf.d/{{ item }}
|
||||
copy: src={{ item }} dest=/etc/httpd/conf.d/{{ item }}
|
||||
owner=root group=root mode=0644
|
||||
with_items:
|
||||
- piwik-httpd.conf
|
||||
@@ -21,7 +21,6 @@
|
||||
copy: >
|
||||
src={{ private }}/files/httpd/{{ item }} dest=/etc/pki/tls/certs/{{ item }}
|
||||
owner=root group=root mode=0600
|
||||
notify: restart stunnel
|
||||
with_items:
|
||||
- piwik.fedorainfracloud.org.cert
|
||||
- piwik.fedorainfracloud.org.key
|
||||
|
||||
Reference in New Issue
Block a user