make piwik installable
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
parent
acf87226e2
commit
8eed7b5705
1 changed files with 8 additions and 0 deletions
8
roles/piwik/tasks/main.yml
Normal file
8
roles/piwik/tasks/main.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
- name: install piwik package
|
||||
yum: state=present name=piwik
|
||||
tags:
|
||||
- packages
|
||||
- piwik
|
||||
|
||||
#- name: set up http configs for piwik
|
Loading…
Add table
Add a link
Reference in a new issue