diff --git a/roles/awstats/tasks/install.yml b/roles/awstats/tasks/install.yml index 905ef68e7..f88e7174c 100644 --- a/roles/awstats/tasks/install.yml +++ b/roles/awstats/tasks/install.yml @@ -83,7 +83,7 @@ # when: awstats_enabled and not is_debuntu - name: "Summarize logs up to now: /usr/bin/perl /usr/lib/cgi-bin/awstats.pl -config=schoolserver -update" - shell: /usr/bin/perl /usr/lib/cgi-bin/awstats.pl -config=schoolserver -update + command: /usr/bin/perl /usr/lib/cgi-bin/awstats.pl -config=schoolserver -update - name: Install /etc/nginx/cgi-bin.php from template template: