Skip to content

Instantly share code, notes, and snippets.

@tbielawa
Created March 5, 2012 19:19
Show Gist options
  • Save tbielawa/1980461 to your computer and use it in GitHub Desktop.
Save tbielawa/1980461 to your computer and use it in GitHub Desktop.
<tbielawa>@(griddle)[~/Projects/ansible] 14:18:15 (master)
$ . ./hacking/env-setup
Prefixing PYTHONPATH with /home/tbielawa/Projects/ansible/lib/ansible:/home/tbielawa/Projects/ansible/lib
Prefixing PATH with /home/tbielawa/Projects/ansible/bin
Prefixing MANPATH with /home/tbielawa/Projects/ansible/docs/man
<tbielawa>@(griddle)[~/Projects/ansible] 14:18:27 (master)
$ ansible all
lnx.cx | FAILED | rc=0 >>
the command module requires arguments (-a)
<tbielawa>@(griddle)[~/Projects/ansible] 14:18:32 (master)
$ ansible all -m ping
lnx.cx | success >>
{
"ping": "pong"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment