Skip to content

Instantly share code, notes, and snippets.

@scottjacobsen
Last active November 4, 2016 04:41
Show Gist options
  • Save scottjacobsen/ea680ab60de56b183e69f3ad4ae5ca17 to your computer and use it in GitHub Desktop.
Save scottjacobsen/ea680ab60de56b183e69f3ad4ae5ca17 to your computer and use it in GitHub Desktop.
ansible-whaaa?
# Install pre-built phantom
- name: Unarchive pre-built phantomjs
unarchive: src="https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2" dest=~/ remote_src=yes
fatal: [default]: FAILED! => {"failed": true, "msg": "file or module does not exist: /Users/scott/dev/drifter/https:/bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment