Created
December 5, 2015 13:58
-
-
Save Leko/42c7c2b46e3d2b8b4baa to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| PLAY [default] **************************************************************** | |
| GATHERING FACTS *************************************************************** | |
| ok: [192.168.33.20] | |
| TASK: [update apt-get] ******************************************************** | |
| ok: [192.168.33.20] | |
| TASK: [upgrade apt-get] ******************************************************* | |
| changed: [192.168.33.20] | |
| TASK: [install dependence packages] ******************************************* | |
| changed: [192.168.33.20] => (item={'name': 'git'}) | |
| changed: [192.168.33.20] => (item={'name': 'redis-server'}) | |
| changed: [192.168.33.20] => (item={'name': 'postgresql'}) | |
| TASK: [update postgres config for development] ******************************** | |
| changed: [192.168.33.20] | |
| TASK: [restart postgresql] **************************************************** | |
| changed: [192.168.33.20] | |
| TASK: [check synced folder owner is vagrant] ********************************** | |
| ok: [192.168.33.20] | |
| TASK: [override synced folder owner to Vagrant] ******************************* | |
| changed: [192.168.33.20] | |
| TASK: [check Go exists] ******************************************************* | |
| ok: [192.168.33.20] | |
| TASK: [check Go version] ****************************************************** | |
| skipping: [192.168.33.20] | |
| TASK: [get a go] ************************************************************** | |
| changed: [192.168.33.20] | |
| TASK: [extract files from an archive] ***************************************** | |
| changed: [192.168.33.20] | |
| TASK: [set GOPATH] ************************************************************ | |
| changed: [192.168.33.20] | |
| TASK: [set PATH to Go bin] **************************************************** | |
| changed: [192.168.33.20] | |
| TASK: [check godep exists] **************************************************** | |
| ok: [192.168.33.20] | |
| TASK: [get godep] ************************************************************* | |
| changed: [192.168.33.20] | |
| TASK: [save go dependencies] ************************************************** | |
| ok: [192.168.33.20] | |
| PLAY RECAP ******************************************************************** | |
| 192.168.33.20 : ok=16 changed=10 unreachable=0 failed=0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment