Skip to content

Instantly share code, notes, and snippets.

@jbergstroem
Created October 4, 2016 18:27
Show Gist options
  • Select an option

  • Save jbergstroem/c5053b92bb03564d3d4bb53ced3bf514 to your computer and use it in GitHub Desktop.

Select an option

Save jbergstroem/c5053b92bb03564d3d4bb53ced3bf514 to your computer and use it in GitHub Desktop.
~/Work/node/build/ansible ±feature/refactor-the-world $ ansible-playbook playbooks/upgrade-worker-jar.yml --limit "test-joyent-freebsd*"
PLAY [test] ********************************************************************
TASK [download slave.jar] ******************************************************
ok: [test-joyent-freebsd10-x64-2]
ok: [test-joyent-freebsd10-x64-1]
TASK [restart jenkins] *********************************************************
changed: [test-joyent-freebsd10-x64-1]
changed: [test-joyent-freebsd10-x64-2]
PLAY RECAP *********************************************************************
test-joyent-freebsd10-x64-1 : ok=2 changed=1 unreachable=0 failed=0
test-joyent-freebsd10-x64-2 : ok=2 changed=1 unreachable=0 failed=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment