diff --git a/roles/awstats/tasks/install.yml b/roles/awstats/tasks/install.yml index 681a1ab5a..d15649df1 100644 --- a/roles/awstats/tasks/install.yml +++ b/roles/awstats/tasks/install.yml @@ -53,7 +53,7 @@ dest: "/etc/{{ apache_conf_dir }}/awstats.conf" # apache2/sites-available on debuntu when: apache_installed is defined -- name: 'Install /etc/logrotate.d/apache2 from template, to ensure logrotate doesn't make logs unreadable (when: apache_installed is defined)' +- name: "Install /etc/logrotate.d/apache2 from template, to ensure logrotate doesn't make logs unreadable (when: apache_installed is defined)" template: src: logrotate.d.apache2 dest: /etc/logrotate.d/apache2