Skip to content

Commit

Permalink
Remove unsupported option in get_url module
Browse files Browse the repository at this point in the history
  • Loading branch information
fupsi42 committed Dec 29, 2020
1 parent 7d27e76 commit 03740f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
get_url:
url: "{{ alertmanager_bot_download_url }}"
dest: "{{ deploy_helper.new_release_path }}/alertmanager_bot"
remote_src: true
register: _download_archive
until: _download_archive is succeeded
retries: 5
Expand Down

0 comments on commit 03740f3

Please sign in to comment.