Skip to content

Commit

Permalink
Fix typo in vars block (#2116)
Browse files Browse the repository at this point in the history
(cherry picked from commit df34fdb)
  • Loading branch information
clayton-cornell authored and grafanabot committed Nov 16, 2024
1 parent 7475077 commit e0d657f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sources/set-up/install/ansible.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ To add {{% param "PRODUCT_NAME" %}} to a host:
ansible.builtin.include_role:
name: grafana.grafana.alloy
vars:
config: |
alloy_config: |
prometheus.scrape "default" {
targets = [{"__address__" = "localhost:12345"}]
forward_to = [prometheus.remote_write.prom.receiver]
Expand Down

0 comments on commit e0d657f

Please sign in to comment.