From 0b5f3b5604818b8b84fdff37e7064de07d591419 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Wed, 15 Jul 2020 01:54:52 +0500 Subject: [PATCH] Disable Apache logging --- tasks/apache/install.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tasks/apache/install.yml b/tasks/apache/install.yml index dd95fc5..738b472 100644 --- a/tasks/apache/install.yml +++ b/tasks/apache/install.yml @@ -34,6 +34,11 @@ line: 'Options FollowSymLinks' notify: common | Restart Apache +- name: Disable Apache logging + file: + state: absent + path: '{{ common__apache__conf_enabled_dir }}/other-vhosts-access-log.conf' + - name: Install Apache log config copy: src: 'files/apache/syslog.conf'