Fix grafana apt sources list file path

This commit is contained in:
Ryan Cavicchioni 2020-10-10 10:51:04 -05:00
parent 06cdf0c610
commit 838d9b00dd
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D

View File

@ -7,6 +7,6 @@
- name: configure apt repository - name: configure apt repository
apt_repository: apt_repository:
repo: "deb https://packages.grafana.com/oss/deb stable main" repo: "deb https://packages.grafana.com/oss/deb stable main"
filename: influxdb filename: grafana
update_cache: yes update_cache: yes
state: present state: present