Skip to content

Instantly share code, notes, and snippets.

@jbergstroem
Created October 13, 2016 16:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbergstroem/17a43e63c105923d15e223a922cd21c1 to your computer and use it in GitHub Desktop.
Save jbergstroem/17a43e63c105923d15e223a922cd21c1 to your computer and use it in GitHub Desktop.
$ ansible -a "chown -R iojs:iojs /home/iojs/.npm" "*freebsd*"
test-digitalocean-freebsd11-x64-2 | FAILED | rc=1 >>
chown: /home/iojs/.npm: No such file or directory
test-joyent-freebsd10-x64-2 | FAILED | rc=1 >>
chown: /home/iojs/.npm: No such file or directory
test-digitalocean-freebsd11-x64-1 | SUCCESS | rc=0 >>
test-digitalocean-freebsd10-x64-1 | SUCCESS | rc=0 >>
test-joyent-freebsd10-x64-1 | SUCCESS | rc=0 >>
test-rackspace-freebsd10-x64-1 | FAILED | rc=1 >>
chown: /home/iojs/.npm: No such file or directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment