Created
April 19, 2019 23:52
-
-
Save bugz8unny69/a8b2f6d26662192c2f17a3ab8ea292c7 to your computer and use it in GitHub Desktop.
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
- name: Retrieving oh-my-zsh/install.sh from remote repository | |
get_url: | |
url: https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/1a861060de21fb7f3cc57e1535827772b0ac688e/tools/install.sh | |
dest: /tmp | |
sha256sum: fc3d2f30808e8941fdc3462e165c2c2b1a30f35c5446a2deedda1b1fa7c4a918 | |
- name: Installing OMZ for sysadmin | |
shell: /tmp/install.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment