alertmanager: fix container name in amtool wrapper

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-12-08 13:54:59 +01:00
parent a5f116ec1a
commit 2acc84a84f
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
---
#- include_tasks: consul.yml
- include_tasks: consul.yml
- include_tasks: discover.yml
- include_tasks: config.yml
- include_tasks: container.yml
#- include_tasks: wrapper.yml
- include_tasks: wrapper.yml

View File

@ -3,6 +3,6 @@
copy:
content: |
#/usr/bin/env bash
docker exec alertmanager amtool $@
docker exec {{ alertmanager_service_name }}-app amtool $@
dest: '/usr/local/bin/amtool'
mode: 0755