diff options
author | Stephen Smoogen <smooge@redhat.com> | 2017-02-15 19:51:59 +0000 |
---|---|---|
committer | Stephen Smoogen <smooge@redhat.com> | 2017-02-15 19:51:59 +0000 |
commit | 14a85f11f51cc4e27d5fb0407b93bd4bb701ea0a (patch) | |
tree | 199781cbc6f7a8b20fc0f615d8c2b980d3b16e1f | |
parent | b06e02b73dbc42abbd837d5c0d78018c3679a49a (diff) | |
download | ansible-14a85f11f51cc4e27d5fb0407b93bd4bb701ea0a.tar.gz ansible-14a85f11f51cc4e27d5fb0407b93bd4bb701ea0a.tar.xz ansible-14a85f11f51cc4e27d5fb0407b93bd4bb701ea0a.zip |
ok lets get this working
-rw-r--r-- | roles/web-data-analysis/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/web-data-analysis/tasks/main.yml b/roles/web-data-analysis/tasks/main.yml index fedd326c0..8afb91f78 100644 --- a/roles/web-data-analysis/tasks/main.yml +++ b/roles/web-data-analysis/tasks/main.yml @@ -45,7 +45,7 @@ - name: python scripts to calculate various data copy: src={{item}} dest=/usr/local/bin/ mode=0755 - with_items: [mirrorlist.py, mirrors-moving_avg.py] + with_items: [mirrorlist.py, mirrors-moving_avg.py, hotspot-moving_avg.py] tags: - web-data |