Skip to content

Commit

Permalink
Merge pull request #3 from Oefenweb/fix-404
Browse files Browse the repository at this point in the history
Fix 404 on download
  • Loading branch information
tersmitten authored Jul 2, 2016
2 parents 008c2be + 74f4754 commit 8f5204a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

- name: download
get_url:
url: "http://downloads.activestate.com/Komodo/releases/{{ komodo_ide_version }}/Komodo-IDE-{{ komodo_ide_version }}-{{ komodo_ide_build }}-linux-{{ komodo_ide_machine_map[ansible_machine] }}.tar.gz"
url: "{{ komodo_ide_downloads_url }}"
dest: "{{ komodo_ide_downloads_path }}/Komodo-IDE-{{ komodo_ide_version }}-{{ komodo_ide_build }}-linux-{{ komodo_ide_machine_map[ansible_machine] }}.tar.gz"
owner: root
group: root
Expand Down
2 changes: 2 additions & 0 deletions vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# vars file for komodo-ide
---
komodo_ide_series: "{{ komodo_ide_version.split('.')[0] }}.x"
komodo_ide_downloads_url: "http://downloads.activestate.com/Komodo/releases/archive/{{ komodo_ide_series }}/{{ komodo_ide_version }}/Komodo-IDE-{{ komodo_ide_version }}-{{ komodo_ide_build }}-linux-{{ komodo_ide_machine_map[ansible_machine] }}.tar.gz"
komodo_ide_downloads_path: /var/lib/ansible/komodo-ide/downloads
komodo_ide_machine_map:
i686: x86
Expand Down

0 comments on commit 8f5204a

Please sign in to comment.