- 07 Aug, 2012 1 commit
-
-
Michael DeHaan committed
-
- 03 Aug, 2012 6 commits
-
-
Fix some subtle behavior of how the get_url module chains into the file module, plus blend the results of daisy chain operations in the correct order, so the file module results overlay the original module results, not the other way around (which keeps any failure msg's intact)
Michael DeHaan committed -
Add encoding lines to python modules such that they can take unicode options if they are fed them, since the AnsibleModule stuff no longer base64 encodes for simplicity and speed reasons.
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 02 Aug, 2012 30 commits
-
-
remove the tab I found
Michael DeHaan committed -
future
Seth Vidal committed -
DIE TAB DIE pep8
Seth Vidal committed -
- add a check for repoquery so we can abort politely
Michael DeHaan committed -
- make the results output a bit more readable - fix up where repoquery is looked for so it is easier to change
Seth Vidal committed -
Fixed a Bug in the service module "state changed" recognition
Michael DeHaan committed -
Add Blade to FORM_FACTOR list and document SMBIOS spec URL
Michael DeHaan committed -
Ingo Gottwald committed
-
Stephen Fromm committed
-
Stephen Fromm committed
-
If task action is invalid, output the name in error message
Michael DeHaan committed -
Lorin Hochstein committed
-
Lorin Hochstein committed
-
Breaks copy module by introducing unicodeness, among other things This reverts commit 4fedb17e.
Michael DeHaan committed -
Catch exception if form factor id is unknown
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
redo of yum module - uses more system calls but should handle
Michael DeHaan committed -
random plugin vomit better. also should handle multiple withitems in a single execution, now.
Seth Vidal committed -
Module arguments should have variable substitution applied Also, replacing task.action with the templated task.name seems wrong
Will Thames committed -
A couple fixes for the file module
Michael DeHaan committed -
Raise exception when sudo user does not exist
Michael DeHaan committed -
Revert acceptance of directory as dest for copy
Michael DeHaan committed -
Although library/copy can be corrected to understand that dest is a directory, I can't see how to let _execute_copy know this and let the file module know. As a better solution than before #733, the copy module now explicitly (rather than silently) fails when dest is a directory.
Will Thames committed -
sudo can fail before getting to the password prompt if a user does not exist <pre> [will@tangerine ansible (sudo_missing_user)]$ sudo -u bobbins echo hello sudo: unknown user: bobbins sudo: unable to initialize policy plugin </pre> Fix raises a distinct exception when that occurs
Will Thames committed -
secontext is used internally and should not be in argument_spec
Stephen Fromm committed -
Stephen Fromm committed
-
Michael DeHaan committed
-
Join with_items for the apt module, yum pending, and various fixes to the yum module to support aliases
Michael DeHaan committed
-
- 01 Aug, 2012 3 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-