imfreedom/teamcity-ansible

Update for the new convey download url
draft
2020-07-23, Gary Kramlich
5d23849dfba5
Parents a883be0175b8
Children 11a557dd274d
Update for the new convey download url
--- a/roles/convey/tasks/main.yml Thu Jul 23 01:58:09 2020 -0500
+++ b/roles/convey/tasks/main.yml Thu Jul 23 02:02:35 2020 -0500
@@ -11,7 +11,7 @@
convey_filename: "convey-{{convey_version}}-{{ansible_system|lower}}-amd64"
- name: set internal var for convey_url
set_fact:
- convey_url: "https://bitbucket.org/rw_grim/convey/downloads/{{convey_filename}}"
+ convey_url: "https://dl.bintray.com/pidgin/releases/{{convey_filename}}"
- name: set install directory
set_fact:
convey_install_dir: "/usr/local/bin"