mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
awstats/tasks/install.yml: ' -> " to fix syntax error
This commit is contained in:
parent
30d1c5ff85
commit
ea9465b31e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue