Skip to content
Snippets Groups Projects
Commit 315597fe authored by Lars Beckers's avatar Lars Beckers
Browse files

mrtg: fix ansible-lint issues

parent 69de5f5f
No related branches found
No related tags found
No related merge requests found
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
- name: get the weathermap package - name: get the weathermap package
get_url: get_url:
# TODO check for updated versions
# yamllint disable-line rule:line-length # yamllint disable-line rule:line-length
url: https://github.com/howardjones/network-weathermap/releases/download/version-0.98/php-weathermap-0.98.zip url: https://github.com/howardjones/network-weathermap/releases/download/version-0.98/php-weathermap-0.98.zip
dest: /opt/weathermap.zip dest: /opt/weathermap.zip
...@@ -60,6 +61,7 @@ ...@@ -60,6 +61,7 @@
- name: get the weathermap colorscale - name: get the weathermap colorscale
get_url: get_url:
dest: /root/colorscale.pal dest: /root/colorscale.pal
# TODO use specific commit/tag instead of master
# yamllint disable-line rule:line-length # yamllint disable-line rule:line-length
url: "https://raw.githubusercontent.com/Gnuplotting/gnuplot-palettes/master/{{ weathermap_colorscale }}.pal" url: "https://raw.githubusercontent.com/Gnuplotting/gnuplot-palettes/master/{{ weathermap_colorscale }}.pal"
checksum: "{{ weathermap_colorscale_hash }}" checksum: "{{ weathermap_colorscale_hash }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment