Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Use smlr instead of marathon-wait-for-listen.sh #1282

Merged
merged 1 commit into from
Apr 27, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion roles/marathon/handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
- wait for marathon to listen

- name: wait for marathon to listen
command: /usr/local/bin/marathon-wait-for-listen.sh
command: /usr/bin/smlr http "http://localhost:{{ marathon_port }}/ping"

- name: reload consul
sudo: yes
Expand Down
9 changes: 0 additions & 9 deletions roles/marathon/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,6 @@
tags:
- marathon

- name: install wait script
sudo: yes
template:
src: marathon-wait-for-listen.sh.j2
dest: /usr/local/bin/marathon-wait-for-listen.sh
mode: 0755
tags:
- marathon

- include: conf.yml

- name: configure marathon unit file
Expand Down
10 changes: 0 additions & 10 deletions roles/marathon/templates/marathon-wait-for-listen.sh.j2

This file was deleted.