mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
Merge pull request #3152 from holta/awstats-command-not-shell
awstats/tasks/install.yml: 'command' safer than 'shell'
This commit is contained in:
commit
b64f59c853
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue