and we need to change the name elsewhere.
This commit is contained in:
parent
1882dcb9e2
commit
79656cc660
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue