Last active
November 4, 2016 04:41
-
-
Save scottjacobsen/ea680ab60de56b183e69f3ad4ae5ca17 to your computer and use it in GitHub Desktop.
ansible-whaaa?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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