Skip to content

Instantly share code, notes, and snippets.

@hagbarddenstore
Created April 8, 2015 13:16
Show Gist options
  • Save hagbarddenstore/8f76c0c39c33f627a21f to your computer and use it in GitHub Desktop.
Save hagbarddenstore/8f76c0c39c33f627a21f to your computer and use it in GitHub Desktop.
- name: download teamcity
get_url:
url=https://download.jetbrains.com/teamcity/TeamCity-9.0.3.tar.gz
dest=/tmp/teamcity.tar.gz
sha256sum=cacef22cf53506346078c05ff9c12dd5bd773c90596cf72fbf4ff49ff8493d1a
- name: unpack teamcity
unarchive:
src=/tmp/teamcity.tar.gz
dest=/opt/teamcity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment