- 02 Aug, 2012 26 commits
-
-
- 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 14 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Implement git commit date into RPM release
Michael DeHaan committed -
added an 'ignore_errors' option to tasks
Michael DeHaan committed -
Enable apt module to handle multiply packages (comma separated)
Michael DeHaan committed -
Issue755 - fixes for service module
Michael DeHaan committed -
Smiting Debian packaging instructions that did not work
Michael DeHaan committed -
them with the correct instructions. Changing file to .md to match 'docs' file.
Peter Sankauskas committed -
If _do_enable() is run and returns rc == 0, set changed=True Add enabled and state to result if they are supplied when the module is run.
Stephen Fromm committed -
Allow use of service module with just enable parameter, per issue #755. Also fixed two other issues: - fixed parameter to be 'enabled' per docs, not 'enable'. - fixed if block that checks whether to run _do_enable() to check whether the parameter is set, not the value of the enable value which may be None or False. If enabled=no, the service would never be disabled.
Stephen Fromm committed -
Petros Moisiadis committed
-
Christoph Seitz committed
-
Christoph Seitz committed
-