Reformatted main.yml

Signed-off-by: Pedro Moura <pmoura@redhat.com>
This commit is contained in:
Pedro Moura 2023-07-11 19:25:51 -03:00 committed by kevin
parent bae7c13024
commit ec843a62c1

View file

@ -34,7 +34,7 @@
- name: css files
copy: src={{item}} dest=/var/www/html/css/ mode=0644
with_items: [ html/css/data-reports.css, html/css/normalize.css ]
with_items: [html/css/data-reports.css, html/css/normalize.css]
tags:
- web-data
@ -56,7 +56,7 @@
- name: scripts to condense data down for further processing
copy: src={{item}} dest=/usr/local/bin/ mode=0755
with_items: [condense-mirrorlogs.sh ]
with_items: [condense-mirrorlogs.sh]
tags:
- web-data
@ -68,13 +68,13 @@
- name: awk files for csv creation
copy: src={{item}} dest=/usr/local/share/web-data-analysis mode=0644
with_items: [mirrors-data.awk, ]
with_items: [mirrors-data.awk]
tags:
- web-data
- name: gnuplot file for image creation
copy: src={{item}} dest=/usr/local/share/web-data-analysis mode=0644
with_items: [ mirrors-data.gp]
with_items: [mirrors-data.gp]
tags:
- web-data