diff options
| author | Kevin Fenzi <kevin@scrye.com> | 2016-08-08 19:36:31 +0000 |
|---|---|---|
| committer | Kevin Fenzi <kevin@scrye.com> | 2016-08-08 19:36:31 +0000 |
| commit | 04a52b86677de7a34c887f77db1a2ebe3eed17b1 (patch) | |
| tree | 65772d6725185f42bc430d56b83d5327c6415e13 /roles/web-data-analysis | |
| parent | fd129648ae166b2a23cba6e315c75f563fb7d911 (diff) | |
| download | ansible-04a52b86677de7a34c887f77db1a2ebe3eed17b1.tar.gz ansible-04a52b86677de7a34c887f77db1a2ebe3eed17b1.tar.xz ansible-04a52b86677de7a34c887f77db1a2ebe3eed17b1.zip | |
Death to all trailing whitespace.
Diffstat (limited to 'roles/web-data-analysis')
| -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 138948377..ab382a8f0 100644 --- a/roles/web-data-analysis/tasks/main.yml +++ b/roles/web-data-analysis/tasks/main.yml @@ -31,7 +31,7 @@ with_items: [images, getfedora, hotspot, mirrors, start] tags: - web-data - + - name: scripts to condense data down for further processing copy: src={{item}} dest=/usr/local/bin/ mode=0755 with_items: [condense-mirrorlogs.sh, condense-getfedoralogs.sh, run-daily-awstats.sh] |
