mirror of
https://github.com/status-im/infra-role-alertmanager.git
synced 2025-02-21 08:38:24 +00:00
9 lines
172 B
YAML
9 lines
172 B
YAML
|
---
|
||
|
- name: Create amtool wrapper
|
||
|
copy:
|
||
|
content: |
|
||
|
#/usr/bin/env bash
|
||
|
docker exec alertmanager amtool $@
|
||
|
dest: '/usr/local/bin/amtool'
|
||
|
mode: 0755
|