Skip to content

Commit

Permalink
Merge pull request #536 from Cadasta/infrastructure/s3-firefox-download
Browse files Browse the repository at this point in the history
Firefox for testing from S3 bucket
  • Loading branch information
oliverroick authored Aug 9, 2016
2 parents 7be6296 + bdf7966 commit 2ca9ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provision/roles/testing/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- name: Download Firefox 46 install bundle
become: yes
become_user: root
get_url: url=https://ftp.mozilla.org/pub/firefox/releases/46.0.1/linux-x86_64/en-US/firefox-46.0.1.tar.bz2
get_url: url=https://cadasta-miscellaneous.s3.amazonaws.com/firefox-46.0.1.tar.bz2
dest=/opt/firefox-46.0.1.tar.bz2

- name: Unpack Firefox 46 install bundle
Expand Down

0 comments on commit 2ca9ca0

Please sign in to comment.