mirror of
https://github.com/status-im/infra-role-alertmanager.git
synced 2025-02-19 23:58:22 +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
|