- 31 Oct, 2012 1 commit
-
-
Michael DeHaan committed
-
- 30 Oct, 2012 8 commits
-
-
Add a group_by action plugin.
Michael DeHaan committed -
Serge van Ginderachter committed
-
Daniel Hokka Zakrisson committed
-
Use return codes > 255 for Ansible-specific errors.
Michael DeHaan committed -
More useful error message for if not HAVE_SELINUX
Michael DeHaan committed -
I had made and pushed this change after you already pulled the request. @dhozac indicated that it would probably be better to use return codes > 255 for anything related to Ansible itself. Which makes sens :)
Dag Wieers committed
-
- 29 Oct, 2012 10 commits
-
-
add check that vars plugins are not handing back None
Michael DeHaan committed -
Missing errors-import causes traceback
Michael DeHaan committed -
and the next one gets ignored despite being installed. also clean up unnecessary second check.
Seth Vidal committed -
Seth Vidal committed
-
Maxim Burgerhout committed
-
Dag Wieers committed
-
Jeroen Hoekx committed
-
Send a host to runner executor instead of a letter.
Michael DeHaan committed -
Jeroen Hoekx committed
-
Discovered in #1463 .
Jeroen Hoekx committed
-
- 28 Oct, 2012 3 commits
-
-
Daniel Hokka Zakrisson committed
-
Don't add file module arguments by default
Michael DeHaan committed -
This allows the postgresql_db module to work properly, as it uses an argument named owner that conflicts with the file module.
Daniel Hokka Zakrisson committed
-
- 27 Oct, 2012 6 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 26 Oct, 2012 12 commits
-
-
Michael DeHaan committed
-
Use previous proven multiprocessing logic as the simplification didn't have the same Ctrl-C handling and may be subject to race issues, though still don't pass Runner to each. Still seems performant.
Michael DeHaan committed -
Initialize sftp variable to fix error on transferless session
Michael DeHaan committed -
Daniel Hokka Zakrisson committed
-
Make sure we always return 'rc' from the command module
Michael DeHaan committed -
If this is not a certainty, playbooks will fail without an 'rc' and checking both if there is an rc, and whether the 'rc' is (not) 0 is very complicated. (especially because ${something.rc} will not be substituted and all that)Dag Wieers committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Explicitly execute /bin/sh versus $SHELL because some folks have very incompatible/weird shells. We do not execute modules through the shell, this is only for basic ops, so should be sufficient.
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-