Skip to content

Instantly share code, notes, and snippets.

@jbergstroem
Created October 13, 2016 16:09
Show Gist options
  • Select an option

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

Select an option

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