mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-21 19:33:04 +00:00
Fix role name
Signed-off-by: ScarletBlizzard <61126210+ScarletBlizzard@users.noreply.github.com>
This commit is contained in:
parent
91aa41ea85
commit
bd27581d69
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ Please refer to the [collection docs](https://prometheus-community.github.io/ans
|
|||
---
|
||||
hosts: all
|
||||
roles:
|
||||
- ansible-alertmanager
|
||||
- prometheus.prometheus.alertmanager
|
||||
vars:
|
||||
alertmanager_version: latest
|
||||
alertmanager_slack_api_url: "http://example.com"
|
||||
|
|
Loading…
Reference in a new issue