and we need to change the name elsewhere.

This commit is contained in:
Stephen Smoogen 2016-05-06 13:12:04 +00:00
parent 1882dcb9e2
commit 79656cc660

View file

@ -45,13 +45,13 @@
- name: awk files for csv creation
copy: src={{item}} dest=/usr/local/share/web-data-analysis mode=0644
with_items: [mirror-data.awk, getfedora-data.awk, getfedora.awk]
with_items: [mirrors-data.awk, getfedora-data.awk, getfedora.awk]
tags:
- web-data
- name: gnuplot file for image creation
copy: src={{item}} dest=/usr/local/share/web-data-analysis mode=0644
with_items: [ mirror-data.gp, getfedora-data.gp ]
with_items: [ mirrors-data.gp, getfedora-data.gp ]
tags:
- web-data