diff options
| author | Stephen Smoogen <smooge@redhat.com> | 2016-05-06 18:25:22 +0000 |
|---|---|---|
| committer | Stephen Smoogen <smooge@redhat.com> | 2016-05-06 18:25:22 +0000 |
| commit | 63b7cbe08a511efc77f7248b2395fd4c44fe2bfb (patch) | |
| tree | 26e3ed8717f951df594639fd6b7b68ae1e18cfdc /roles/web-data-analysis/tasks | |
| parent | 2016b48df04913a19a3b9763ab9ae8503cc07d69 (diff) | |
| download | ansible-63b7cbe08a511efc77f7248b2395fd4c44fe2bfb.tar.gz ansible-63b7cbe08a511efc77f7248b2395fd4c44fe2bfb.tar.xz ansible-63b7cbe08a511efc77f7248b2395fd4c44fe2bfb.zip | |
and on the 5th day he ran out of tylenol and motrin.
Diffstat (limited to 'roles/web-data-analysis/tasks')
| -rw-r--r-- | roles/web-data-analysis/tasks/main.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/roles/web-data-analysis/tasks/main.yml b/roles/web-data-analysis/tasks/main.yml index fbf5313e7..6e83870f7 100644 --- a/roles/web-data-analysis/tasks/main.yml +++ b/roles/web-data-analysis/tasks/main.yml @@ -1,5 +1,5 @@ --- -- name: install awstats package +- name: install python-pandas package yum: state=present name=python-pandas tags: - packages @@ -40,6 +40,7 @@ - name: python scripts to calculate various data copy: src=mirrorlist.py dest=/usr/local/bin mode=0755 + with_items: [mirrorlist.py, mirrors-moving_avg.py] tags: - web-data |
