well that explains why epylog was installed on the box
This commit is contained in:
parent
036abe4f74
commit
e8f870e1db
2 changed files with 7 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
- name: install awstats package
|
||||
yum: state=present name=epylog
|
||||
yum: state=present name=awststs
|
||||
tags:
|
||||
- packages
|
||||
- awstats
|
||||
|
|
|
@ -1,4 +1,10 @@
|
|||
---
|
||||
- name: install awstats package
|
||||
yum: state=present name=python-pandas
|
||||
tags:
|
||||
- packages
|
||||
- web-data
|
||||
|
||||
- name: make sure the /usr/local/share/web-data-analysis exists
|
||||
file: path=/usr/local/share/web-data-analysis state=directory
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue