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

Commit

Permalink
consistent variable naming
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfantom authored Apr 5, 2018
1 parent 386721c commit 8c7f071
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
dest: "/tmp"
remote_src: yes
creates: "/tmp/alertmanager-{{ alertmanager_version }}.linux-{{ go_arch_map[ansible_architecture] | default(ansible_architecture) }}/alertmanager"
register: _download_alertmanager
until: _download_alertmanager | success
register: _download_binary
until: _download_binary | success
retries: 5
delay: 2
run_once: true
Expand Down

0 comments on commit 8c7f071

Please sign in to comment.